packages/multimedia/gstreamer/patches/003-no_translations.patch
luka aeed132f50 [packages] gstreamer: update grammar.y to build with bison 3
In gstreamer's gst/parse/grammar.y, YYLEX_PARAM is no longer supported in bison
3. Replace YYLEX_PARAM with %lex-param.

Signed-off-by John Vogel <jvogel4@stny.rr.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-12-31 00:44:18 +00:00

46 lines
900 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -763,7 +763,6 @@ libs/gst/net/Makefile
plugins/Makefile
plugins/indexers/Makefile
plugins/elements/Makefile
-po/Makefile.in
tests/Makefile
tests/benchmarks/Makefile
tests/check/Makefile
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,14 +8,12 @@ aclocal_DATA = gst-element-check-@GST_MA
SUBDIRS = pkgconfig \
gst libs plugins tools \
- po \
m4 \
common
# These are all the possible subdirs
DIST_SUBDIRS = pkgconfig \
gst libs plugins tools \
- po \
m4 \
common
--- a/Makefile.in
+++ b/Makefile.in
@@ -469,7 +469,6 @@ aclocaldir = $(datadir)/aclocal
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
SUBDIRS = pkgconfig \
gst libs plugins tools \
- po \
m4 \
common
@@ -477,7 +476,6 @@ SUBDIRS = pkgconfig \
# These are all the possible subdirs
DIST_SUBDIRS = pkgconfig \
gst libs plugins tools \
- po \
m4 \
common