mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
e2c1a6f7e9
Original commit message from CVS: * gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls to isatty() on every input when parsing. Also use "%option noinput" to not define the static input/yyinput functions which we don't use anyway. This removes a compiler warning with gcc 4.3 and saves some bytes in the library. * gst/parse/lex._gst_parse_yy.pre.c: Regenerated for the above change. |
||
---|---|---|
.. | ||
.gitignore | ||
grammar.tab.pre.c | ||
grammar.tab.pre.h | ||
grammar.y | ||
lex._gst_parse_yy.pre.c | ||
Makefile.am | ||
parse.l | ||
types.h |