diff options
Diffstat (limited to 'ext/ffmpeg')
-rw-r--r-- | ext/ffmpeg/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffmpeg/Makefile.am b/ext/ffmpeg/Makefile.am index 6a2e969..aa0fba7 100644 --- a/ext/ffmpeg/Makefile.am +++ b/ext/ffmpeg/Makefile.am @@ -17,6 +17,7 @@ libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ $(FFMPEG_CFLAGS) libgstffmpeg_la_LIBADD = $(FFMPEG_LIBS) $(GST_BASE_LIBS) $(LIBM) $(WIN32_LIBS) -lz -lbz2 libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DARWIN_LDFLAGS) +libgstffmpeg_la_LIBTOOLFLAGS = --tag=disable-static if HAVE_FFMPEG_UNINSTALLED libgstffmpeg_la_DEPENDENCIES = $(FFMPEG_LIBS) |