[vlc-commits] codec: webvtt: use full pure directive
Francois Cartegnie
git at videolan.org
Wed Nov 20 09:00:55 CET 2019
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Nov 20 16:50:35 2019 +0900| [6e223d67aef8313a67c3a68df1af2b9847261397] | committer: Francois Cartegnie
codec: webvtt: use full pure directive
workaround autoconf misdetection
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e223d67aef8313a67c3a68df1af2b9847261397
---
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 258f7306de..f9d7fd06b0 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
*
*/
-%define api.pure
+%define api.pure full
%parse-param { yyscan_t scanner }
%parse-param { vlc_css_parser_t *css_parser }
More information about the vlc-commits
mailing list