gstreamer: update grammar.y to build with bison 3
authorLuka Perkov <luka@openwrt.org>
Tue, 31 Dec 2013 00:44:18 +0000 (00:44 +0000)
committerLuka Perkov <luka@openwrt.org>
Tue, 31 Dec 2013 00:44:18 +0000 (00:44 +0000)
commit6451f0ac82bc298d7d8c76d8fd7cf0fcf653e196
treee8082314181d30a794e275ba246a8a970db7c2f9
parentac91643c15e5ca5d08bccd2dc8da428de62a07c2
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>

SVN-Revision: 39182
multimedia/gstreamer/Makefile
multimedia/gstreamer/patches/001-no_docs.patch
multimedia/gstreamer/patches/002-no_tests.patch
multimedia/gstreamer/patches/003-no_translations.patch
multimedia/gstreamer/patches/004-add_gst_debug_log2_debug_symbol.patch
multimedia/gstreamer/patches/005-YYLEX_PARAM_to_lex-param.patch [new file with mode: 0644]