vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Jul 14 12:07:25 2019 +0300| [9d1c890519c8b94ca47ebe09281db99f093b73aa] | committer: Rémi Denis-Courmont
css: update deprecated statement, fix warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d1c890519c8b94ca47ebe09281db99f093b73aa --- modules/codec/webvtt/CSSGrammar.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/webvtt/CSSGrammar.y b/modules/codec/webvtt/CSSGrammar.y index 0c6f0603a7..258f7306de 100644 --- a/modules/codec/webvtt/CSSGrammar.y +++ b/modules/codec/webvtt/CSSGrammar.y @@ -26,7 +26,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ -%pure-parser +%define api.pure %parse-param { yyscan_t scanner } %parse-param { vlc_css_parser_t *css_parser } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
