From d35d0c723e3c8fc8cde76bf677f67928f5e179a8 Mon Sep 17 00:00:00 2001 From: RĂ©mi Denis-Courmont Date: Wed, 28 Oct 2015 21:21:51 +0200 Subject: vdpau: remove dysfunctional H.263 support The VDPAU API never explicitly supported H.263 in the first place. Signed-off-by: Vittorio Giovara --- libavcodec/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 9dc800990c..0cca9ce7f5 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -592,7 +592,6 @@ OBJS-$(CONFIG_VDA) += vda.o OBJS-$(CONFIG_VDPAU) += vdpau.o OBJS-$(CONFIG_H263_VAAPI_HWACCEL) += vaapi_mpeg4.o -OBJS-$(CONFIG_H263_VDPAU_HWACCEL) += vdpau_mpeg4.o OBJS-$(CONFIG_H264_D3D11VA_HWACCEL) += dxva2_h264.o OBJS-$(CONFIG_H264_DXVA2_HWACCEL) += dxva2_h264.o OBJS-$(CONFIG_H264_VAAPI_HWACCEL) += vaapi_h264.o -- cgit v1.2.3