aboutsummaryrefslogtreecommitdiffhomepage
path: root/old-makefile
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2014-08-02 03:12:09 +0200
committerGravatar wm4 <wm4@nowhere>2014-08-02 03:12:33 +0200
commitd68a759fa4dea2701087039c58961757eb246b4f (patch)
tree07efabb3a1bf1bdcc0b80f6150f996aacf293ca6 /old-makefile
parent0c6c2da8bcdb0f1523c0f10bc117c41057875e34 (diff)
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).
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 0 insertions, 1 deletions
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 \