]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7519: WIP break mod_av into mod_avformat, moving to libav.org API
authorSeven Du <dujinfang@gmail.com>
Tue, 17 Mar 2015 15:52:01 +0000 (23:52 +0800)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:13 +0000 (12:47 -0500)
commited62be70c363b6fb3e26ea23fe4b853b27313285
treecf30c82ab45bf7cdd2c3e74fc66a1d502fc65e31
parent25dade86aa233df0c2138ff44a80e65b103be9b9
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
src/mod/formats/mod_avformat/Makefile.sample [new file with mode: 0644]
src/mod/formats/mod_avformat/mod_avformat.c [new file with mode: 0644]