]> git.pld-linux.org Git - packages/gstreamer.git/blob - gstreamer-bison.patch
ec48de8d985167921814e39ee5dc1afd675acb7f
[packages/gstreamer.git] / gstreamer-bison.patch
1 --- gstreamer-1.0.9/gst/parse/grammar.y.orig    2012-10-25 12:54:57.000000000 +0200
2 +++ gstreamer-1.0.9/gst/parse/grammar.y 2013-08-09 15:31:25.436287977 +0200
3 @@ -657,6 +657,7 @@
4  %right '.'
5  %left '!' '='
6  
7 +%lex-param { yyscan_t scanner }
8  %parse-param { void *scanner }
9  %parse-param { graph_t *graph }
10  %pure-parser
This page took 0.024458 seconds and 2 git commands to generate.