mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-10 22:31:57 +00:00
FS-7519: add missing deps
This commit is contained in:
committed by
Anthony Minessale
parent
a7231fe003
commit
bfc7425d76
@@ -5,4 +5,5 @@ mod_LTLIBRARIES = mod_av.la
|
||||
mod_av_la_SOURCES = mod_av.c
|
||||
mod_av_la_CFLAGS = $(AM_CFLAGS)
|
||||
mod_av_la_LIBADD = $(switch_builddir)/libfreeswitch.la
|
||||
mod_av_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lavformat -lavcodec
|
||||
mod_av_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lavformat -lavcodec -lavutil -lx264
|
||||
|
||||
|
||||
Reference in New Issue
Block a user