Magellan Linux

Contents of /trunk/gstreamer/patches/gstreamer-1.0.9-bison30.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2265 - (show annotations) (download)
Tue Aug 20 09:57:53 2013 UTC (10 years, 8 months ago) by niro
File size: 780 byte(s)
-fix build with bison-3.0
1 From 50bc20b1494065b074fa9b62156d02fb365c836d Mon Sep 17 00:00:00 2001
2 From: Lubosz Sarnecki <lubosz@gmail.com>
3 Date: Sat, 3 Aug 2013 13:58:06 +0200
4 Subject: [PATCH 2/2] parse: fix build with bison 3.0
5
6 ---
7 gst/parse/grammar.y | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y
11 index cd26a2a..ce85295 100644
12 --- a/gst/parse/grammar.y
13 +++ b/gst/parse/grammar.y
14 @@ -36,7 +36,7 @@
15
16 typedef void* yyscan_t;
17
18 -int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);
19 +int priv_gst_parse_yylex (void * yylval_param);
20 int priv_gst_parse_yylex_init (yyscan_t scanner);
21 int priv_gst_parse_yylex_destroy (yyscan_t scanner);
22 struct yy_buffer_state * priv_gst_parse_yy_scan_string (char* , yyscan_t);
23 --
24 1.8.3.4
25