From 98cd2c41226c96e0c4d0e317c0272cb0ed4ca612 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Mar 2014 10:25:05 +0100 Subject: build: simplify libavfilter configure checks This is all not needed anymore. In particular, remove all configure switches except --enable-libavfilter. --- old-makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'old-makefile') 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 -- cgit v1.2.3