diff options
Diffstat (limited to 'ext/voamrwbenc/Makefile.am')
-rw-r--r-- | ext/voamrwbenc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/voamrwbenc/Makefile.am b/ext/voamrwbenc/Makefile.am index 64c6ae780..d2891bb9b 100644 --- a/ext/voamrwbenc/Makefile.am +++ b/ext/voamrwbenc/Makefile.am @@ -9,7 +9,7 @@ libgstvoamrwbenc_la_CFLAGS = -DGST_USE_UNSTABLE_API \ libgstvoamrwbenc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(VOAMRWBENC_LIBS) libgstvoamrwbenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstvoamrwbenc_la_LIBTOOLFLAGS = --tag=disable-static +libgstvoamrwbenc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ gstvoamrwbenc.h |