diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:10:44 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:10:44 +0200 |
commit | d2d79e3bc2a02ec57258e504b031f7e2d3729ea2 (patch) | |
tree | 800fca877c64f4dc8e6824d8a88da34a84484f49 /gst/videoconvert | |
parent | 1813701ef2fc88dd3b09ed5705aab00688c47c01 (diff) |
gst: Add better support for static plugins
Diffstat (limited to 'gst/videoconvert')
-rw-r--r-- | gst/videoconvert/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoconvert/Makefile.am b/gst/videoconvert/Makefile.am index b17b13471..aed82d4ba 100644 --- a/gst/videoconvert/Makefile.am +++ b/gst/videoconvert/Makefile.am @@ -16,7 +16,7 @@ libgstvideoconvert_la_LIBADD = \ $(ORC_LIBS) \ $(LIBM) libgstvideoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstvideoconvert_la_LIBTOOLFLAGS = --tag=disable-static +libgstvideoconvert_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = gstvideoconvert.h videoconvert.h gstcms.h |