mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
FS-7519: WIP break mod_av into mod_avformat, moving to libav.org API
Tested with libav 11.3 ./configure --prefix=/opt/av --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --host-cflags= --host-ldflags= --enable-libx264 --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libfaac --enable-libspeex --enable-nonfree --enable-vda WIP av file interface, kind of works, need further tweak & cleanup
This commit is contained in:
parent
25dade86aa
commit
ed62be70c3
6
src/mod/formats/mod_avformat/Makefile.sample
Normal file
6
src/mod/formats/mod_avformat/Makefile.sample
Normal file
@ -0,0 +1,6 @@
|
||||
LOCAL_LDFLAGS=-L/opt/av/lib -lavformat -lavcodec -lavutil -lavresample
|
||||
LOCAL_CFLAGS=-I/opt/av/include
|
||||
LOCAL_LIBADD=
|
||||
|
||||
BASE=../../../..
|
||||
include $(BASE)/build/modmake.rules
|
1504
src/mod/formats/mod_avformat/mod_avformat.c
Normal file
1504
src/mod/formats/mod_avformat/mod_avformat.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user