[Ffmpeg-cvslog] r8767 - trunk/libavcodec/raw.c

alex subversion
Sat Apr 21 02:47:56 CEST 2007


Author: alex
Date: Sat Apr 21 02:47:55 2007
New Revision: 8767

Modified:
   trunk/libavcodec/raw.c

Log:
compile rawvideo decoder on request

Modified: trunk/libavcodec/raw.c
==============================================================================
--- trunk/libavcodec/raw.c	(original)
+++ trunk/libavcodec/raw.c	Sat Apr 21 02:47:55 2007
@@ -212,6 +212,7 @@ AVCodec rawvideo_encoder = {
 };
 #endif // CONFIG_RAWVIDEO_ENCODER
 
+#ifdef CONFIG_RAWVIDEO_DECODER
 AVCodec rawvideo_decoder = {
     "rawvideo",
     CODEC_TYPE_VIDEO,
@@ -222,3 +223,4 @@ AVCodec rawvideo_decoder = {
     raw_close_decoder,
     raw_decode,
 };
+#endif // CONFIG_RAWVIDEO_DECODER




More information about the ffmpeg-cvslog mailing list