summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-01-14 16:43:41 +0100
committerDiego Biurrun <diego@biurrun.de>2013-01-14 17:02:04 +0100
commitba0c72a9ae1e2954e5dcf920f7b4e9a8f8a22f3e (patch)
tree33ef1c03973b3418393602cde94bad969d853022 /libavcodec/Makefile
parent30b50f79aea355f3cf1b08dbfc36754689fd6383 (diff)
build: Remove stray Makefile entry for non-existent VCR1 encoder
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1001c2d407..2330f85fbb 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -385,7 +385,6 @@ OBJS-$(CONFIG_VC1_DXVA2_HWACCEL) += dxva2_vc1.o
OBJS-$(CONFIG_VC1_VAAPI_HWACCEL) += vaapi_vc1.o
OBJS-$(CONFIG_VC1_VDPAU_HWACCEL) += vdpau_vc1.o
OBJS-$(CONFIG_VCR1_DECODER) += vcr1.o
-OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o
OBJS-$(CONFIG_VMDAUDIO_DECODER) += vmdav.o
OBJS-$(CONFIG_VMDVIDEO_DECODER) += vmdav.o
OBJS-$(CONFIG_VMNC_DECODER) += vmnc.o