FS-7518: add mod_mp4v2

libmp4v2-dev is required for this mod
This commit is contained in:
Seven Du
2015-03-06 12:50:03 +08:00
committed by Anthony Minessale
parent ce34de8f92
commit afb7635589
4 changed files with 1014 additions and 0 deletions
@@ -0,0 +1,8 @@
include $(top_srcdir)/build/modmake.rulesam
MODNAME=mod_mp4v2
mod_LTLIBRARIES = mod_mp4v2.la
mod_mp4v2_la_SOURCES = mod_mp4v2.c
mod_mp4v2_la_CFLAGS = $(AM_CFLAGS)
mod_mp4v2_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_mp4v2_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lmp4v2
File diff suppressed because it is too large Load Diff