gstreamer/gst/parse
Víctor Manuel Jáquez Leal 78041a7748 gst/parse: define pure-parser depending on bison version
After release bison 2.5 the declaration %pure-parser was deprecated
in favor of %define api.pure

Nonetheless, until bison 3.4, the declaration was treated as backward
compatibility, but now bison shows a warning:

  warning: deprecated directive, use ‘%define api.pure’

The patch's approach is to handle both directives according with the
used bison's version, by string replacement at source configuration
stage.
2019-11-05 12:55:08 +01:00
..
gen_grammar.py.in Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00
gen_lex.py.in Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00
get_flex_version.py Make get_flex_version.py script executable 2019-05-01 15:46:56 +02:00
grammar.y.in gst/parse: define pure-parser depending on bison version 2019-11-05 12:55:08 +01:00
meson.build gst/parse: define pure-parser depending on bison version 2019-11-05 12:55:08 +01:00
parse.l parse-launch: Support linking all pads with new operator 2016-11-02 12:04:33 +11:00
types.h gst: Simplify some boolean expressions 2018-07-24 09:58:31 +03:00