summaryrefslogtreecommitdiff
path: root/recipes/gst-plugins-base-1.0.recipe
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 13:35:02 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:46:49 -0400
commitca05279afe6ec197cf53fe384d55c879def899de (patch)
tree1157be18624a7ac608378ac397105340714ab800 /recipes/gst-plugins-base-1.0.recipe
parent61855fd4174d08108910542a5ece2177229d325d (diff)
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'recipes/gst-plugins-base-1.0.recipe')
-rw-r--r--recipes/gst-plugins-base-1.0.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe
index 5dc9bdf2..76618471 100644
--- a/recipes/gst-plugins-base-1.0.recipe
+++ b/recipes/gst-plugins-base-1.0.recipe
@@ -4,7 +4,7 @@
class Recipe(custom.GStreamer):
name = 'gst-plugins-base-1.0'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--enable-static --enable-static-plugins --program-prefix= --disable-examples "
+ configure_options = "--enable-static --program-prefix= --disable-examples "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'}
deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora',
'libvisual', 'libvorbis', 'zlib', 'orc', 'opus']