gstreamer/gst/parse
Nirbheek Chauhan c164b88ac1 meson: Extract flex version using a regex inside a script
Different builds of Flex on different platforms output different strings
in --version. For example:

macOS:
flex 2.5.35 Apple(flex-31)

Windows:
win_flex.exe 2.6.4
C:\Program Files (x86)\GnuWin32\bin\flex.EXE version 2.5.4

We need to look for a string that looks like a version, which means
a regex till https://github.com/mesonbuild/meson/issues/1609 is fixed.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/356
2019-02-08 16:54:10 +05:30
..
.gitignore parse: fix segfaulting prototype-mismatch 2013-11-28 19:05:23 -05: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 meson: Extract flex version using a regex inside a script 2019-02-08 16:54:10 +05:30
grammar.y parse: Move variable to block where it's used 2018-12-15 11:46:26 +01:00
Makefile.am libs: fix 'inconsistent DLL linkage' warnings on Windows 2018-09-23 23:23:01 +01:00
meson.build meson: Extract flex version using a regex inside a script 2019-02-08 16:54:10 +05:30
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