diff options
Diffstat (limited to 'gst/vbidec')
-rw-r--r-- | gst/vbidec/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/vbidec/Makefile.am b/gst/vbidec/Makefile.am index 9c3dcad6..08f08c93 100644 --- a/gst/vbidec/Makefile.am +++ b/gst/vbidec/Makefile.am @@ -6,3 +6,5 @@ libgstvbidec_la_SOURCES = gstvbidec.h gstvbidec.c \ vbiscreen.h vbiscreen.c libgstvbidec_la_CFLAGS = $(GST_CFLAGS) libgstvbidec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstvbidec_la_LIBTOOLFLAGS = --tag=disable-static + |