From a61c2115fb936d50b8b0328d00562fe529a7c46a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 28 Apr 2014 23:00:38 +0200 Subject: configure: rework dxva in avconv handling Move the dxva check after the dependencies have been detected, make sure the ole32 library exists. Fixes build on non-Windows. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d9dcd73e7..c34320b243 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ $(foreach prog,$(AVBASENAMES),$(eval OBJS-$(prog) += cmdutils.o)) OBJS-avconv += avconv_opt.o avconv_filter.o OBJS-avconv-$(HAVE_VDPAU_X11) += avconv_vdpau.o -OBJS-avconv-$(CONFIG_DXVA2) += avconv_dxva2.o +OBJS-avconv-$(HAVE_DXVA2_LIB) += avconv_dxva2.o TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64 HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options -- cgit v1.2.3