summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-29 12:23:04 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-29 12:30:23 +0200
commitaf6e1c70325871c45d8d155ea332cbb67473c89f (patch)
treebdcc2ebc837758d64a5f3bb2435c72a914bdd1fb
parent300c40e660175de950da43b6542bea59418ee3a9 (diff)
downloadgstreamer-plugins-bad-af6e1c70325871c45d8d155ea332cbb67473c89f.tar.gz
openjpeg: Add better support for static plugins
-rw-r--r--ext/openjpeg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openjpeg/Makefile.am b/ext/openjpeg/Makefile.am
index aae17fa7b..b35dee35b 100644
--- a/ext/openjpeg/Makefile.am
+++ b/ext/openjpeg/Makefile.am
@@ -7,7 +7,7 @@ libgstopenjpeg_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
$(GST_LIBS) $(OPENJPEG_LIBS)
libgstopenjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopenjpeg_la_LIBTOOLFLAGS = --tag=disable-static
+libgstopenjpeg_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstopenjpegdec.h \