[FFmpeg-cvslog] r12880 - trunk/libavcodec/h263dec.c

astrange subversion
Thu Apr 17 17:41:25 CEST 2008


Author: astrange
Date: Thu Apr 17 17:41:25 2008
New Revision: 12880

Log:
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.


Modified:
   trunk/libavcodec/h263dec.c

Modified: trunk/libavcodec/h263dec.c
==============================================================================
--- trunk/libavcodec/h263dec.c	(original)
+++ trunk/libavcodec/h263dec.c	Thu Apr 17 17:41:25 2008
@@ -548,7 +548,7 @@ retry:
 }
 #endif
 
-#if defined(HAVE_MMX) && defined(CONFIG_GPL)
+#if defined(HAVE_MMX)
     if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & MM_MMX)){
         avctx->idct_algo= FF_IDCT_XVIDMMX;
         avctx->coded_width= 0; // force reinit




More information about the ffmpeg-cvslog mailing list