[FFmpeg-cvslog] build: Remove stray Makefile entry for non-existent VCR1 encoder
Diego Biurrun
git at videolan.org
Tue Jan 15 14:46:29 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jan 14 16:43:41 2013 +0100| [ba0c72a9ae1e2954e5dcf920f7b4e9a8f8a22f3e] | committer: Diego Biurrun
build: Remove stray Makefile entry for non-existent VCR1 encoder
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba0c72a9ae1e2954e5dcf920f7b4e9a8f8a22f3e
---
libavcodec/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1001c2d..2330f85 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
More information about the ffmpeg-cvslog
mailing list