diff options
Diffstat (limited to 'ext/amrwb')
-rw-r--r-- | ext/amrwb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/amrwb/Makefile.am b/ext/amrwb/Makefile.am index 0e6b68f4..c4060d7f 100644 --- a/ext/amrwb/Makefile.am +++ b/ext/amrwb/Makefile.am @@ -9,6 +9,7 @@ libgstamrwb_la_SOURCES = \ libgstamrwb_la_CFLAGS = $(GST_CFLAGS) $(AMRWB_CFLAGS) libgstamrwb_la_LIBADD = $(GST_BASE_LIBS) $(AMRWB_LIBS) libgstamrwb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstamrwb_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = \ gstamrwbdec.h \ |