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:
Seven Du 2015-03-17 23:52:01 +08:00 committed by Michael Jerris
parent 25dade86aa
commit ed62be70c3
2 changed files with 1510 additions and 0 deletions

View 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

File diff suppressed because it is too large Load Diff