summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-16 10:25:05 +0100
committerwm4 <wm4@nowhere>2014-03-16 13:19:29 +0100
commit98cd2c41226c96e0c4d0e317c0272cb0ed4ca612 (patch)
treee152641c4a35b52d56c168586dd02f5bd23de2ab /old-makefile
parentc9d328319ebe88fcb3a978252c72ca762cfdaecd (diff)
downloadmpv-98cd2c41226c96e0c4d0e317c0272cb0ed4ca612.tar.bz2
mpv-98cd2c41226c96e0c4d0e317c0272cb0ed4ca612.tar.xz
build: simplify libavfilter configure checks
This is all not needed anymore. In particular, remove all configure switches except --enable-libavfilter.
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/old-makefile b/old-makefile
index 0a8ed75fbd..644fe5bcad 100644
--- a/old-makefile
+++ b/old-makefile
@@ -130,8 +130,8 @@ SOURCES-$(X11) += video/out/vo_x11.c video/out/x11_common.c
SOURCES-$(XV) += video/out/vo_xv.c
SOURCES-$(WAYLAND) += video/out/vo_wayland.c video/out/wayland_common.c
-SOURCES-$(VF_LAVFI) += video/filter/vf_lavfi.c
-SOURCES-$(AF_LAVFI) += audio/filter/af_lavfi.c
+SOURCES-$(LIBAVFILTER) += video/filter/vf_lavfi.c \
+ audio/filter/af_lavfi.c
SOURCES-$(LUA) += player/lua.c