From d68a759fa4dea2701087039c58961757eb246b4f Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 2 Aug 2014 03:12:09 +0200 Subject: Improve setting AVOptions Use OPT_KEYVALUELIST() for all places where AVOptions are directly set from mpv command line options. This allows escaping values, better diagnostics (also no more "pal"), and somehow reduces code size. Remove the old crappy option parser (av_opts.c). --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 9496977340..87bf54de43 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -161,7 +161,6 @@ def build(ctx): ## Core ( "common/av_common.c" ), ( "common/av_log.c" ), - ( "common/av_opts.c" ), ( "common/codecs.c" ), ( "common/encode_lavc.c", "encoding" ), ( "common/common.c" ), -- cgit v1.2.3