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). --- old-makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index aac2379a3d..49078ea0e6 100644 --- a/old-makefile +++ b/old-makefile @@ -149,7 +149,6 @@ SOURCES = audio/audio.c \ bstr/bstr.c \ common/av_common.c \ common/av_log.c \ - common/av_opts.c \ common/codecs.c \ common/common.c \ common/msg.c \ -- cgit v1.2.3