mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
FS-7519: Another round to break mod_av, now mod_avcodec
This commit is contained in:
parent
ed62be70c3
commit
fb429b2134
@ -6,7 +6,7 @@ if HAVE_AVCODEC
|
||||
mod_LTLIBRARIES = mod_avcodec.la
|
||||
mod_avcodec_la_SOURCES = mod_avcodec.c
|
||||
mod_avcodec_la_CFLAGS = $(AM_CFLAGS) $(AVCODEC_CFLAGS)
|
||||
mod_avcodec_la_LIBADD = $(switch_builddir)/libfreeswitch.la $(AVCODEC_LIBS)
|
||||
mod_avcodec_la_LIBADD = $(switch_builddir)/libfreeswitch.la $(AVCODEC_LIBS) $(AVFORMAT_LIBS)
|
||||
mod_avcodec_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lm -lz
|
||||
|
||||
else
|
||||
|
7
src/mod/codecs/mod_avcodec/Makefile.sample
Normal file
7
src/mod/codecs/mod_avcodec/Makefile.sample
Normal file
@ -0,0 +1,7 @@
|
||||
LOCAL_LDFLAGS=-L/opt/av/lib -lavformat -lavcodec -lavutil -lavresample -lx264
|
||||
LOCAL_CFLAGS=-I/opt/av/include
|
||||
LOCAL_LIBADD=
|
||||
|
||||
BASE=../../../..
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
1062
src/mod/codecs/mod_avcodec/mod_avcodec.c
Normal file
1062
src/mod/codecs/mod_avcodec/mod_avcodec.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user