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
|
||||
|
|
|
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue