projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5f9ec
)
gst-plugins-base: disable building ivorbis plugin
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 9 Feb 2014 13:12:35 +0000
(13:12 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 9 Feb 2014 13:12:35 +0000
(13:12 +0000)
The configuration of gst-plugins-base must disable testing for ogg, causing ivorbis to be enabled erroneously.
This patch explisitely disables ivorbis at configure which fixes build.
Signed-off-by John Vogel <jvogel4@stny.rr.com>
SVN-Revision: 39545
multimedia/gst-plugins-base/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gst-plugins-base/Makefile
b/multimedia/gst-plugins-base/Makefile
index 9c165866961cc0d648917c1648c980bc54987031..9951c3f9fcca26e9fd0d5aacb5f573fdd0bf12df 100644
(file)
--- a/
multimedia/gst-plugins-base/Makefile
+++ b/
multimedia/gst-plugins-base/Makefile
@@
-86,6
+86,7
@@
CONFIGURE_ARGS += \
$(call GST_COND_SELECT,gio) \
--disable-gnome_vfs \
--disable-gst_v4l \
+ --disable-ivorbis \
--disable-libvisual \
$(call GST_COND_SELECT,ogg) \
--disable-oggtest \