diff options
Diffstat (limited to 'gst/h264parse')
-rw-r--r-- | gst/h264parse/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/h264parse/Makefile.am b/gst/h264parse/Makefile.am index 40122d4d..6fc43c61 100644 --- a/gst/h264parse/Makefile.am +++ b/gst/h264parse/Makefile.am @@ -9,3 +9,5 @@ noinst_HEADERS = \ libgsth264parse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) libgsth264parse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) libgsth264parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgsth264parse_la_LIBTOOLFLAGS = --tag=disable-static + |