mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
gstreamer: fix bison bump build failure
It's due to deprecations in bison 3.0+, fixes: http://autobuild.buildroot.net/results/df4/df473cb34c9914b2c3d3d8ae344cbf7c19255468/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4b3bc153ad
commit
8fdedb84b1
24
package/gstreamer/gstreamer/gstreamer-01-bison3.patch
Normal file
24
package/gstreamer/gstreamer/gstreamer-01-bison3.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
Fix deprecation from bison 3.0+
|
||||||
|
From http://comments.gmane.org/gmane.linux.lfs.beyond.devel/24620
|
||||||
|
|
||||||
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||||
|
|
||||||
|
diff -Nura gstreamer-0.10.36.orig/gst/parse/grammar.y gstreamer-0.10.36/gst/parse/grammar.y
|
||||||
|
--- gstreamer-0.10.36.orig/gst/parse/grammar.y 2013-10-04 09:52:21.685282055 -0300
|
||||||
|
+++ gstreamer-0.10.36/gst/parse/grammar.y 2013-10-04 10:21:54.800211238 -0300
|
||||||
|
@@ -26,7 +26,6 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define YYERROR_VERBOSE 1
|
||||||
|
-#define YYLEX_PARAM scanner
|
||||||
|
|
||||||
|
#define YYENABLE_NLS 0
|
||||||
|
|
||||||
|
@@ -648,6 +647,7 @@
|
||||||
|
%right '.'
|
||||||
|
%left '!' '='
|
||||||
|
|
||||||
|
+%lex-param { void *scanner }
|
||||||
|
%parse-param { void *scanner }
|
||||||
|
%parse-param { graph_t *graph }
|
||||||
|
%pure-parser
|
Loading…
x
Reference in New Issue
Block a user