[SCM] libav/experimental: Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:45:04 UTC 2013
The following commit has been merged in the experimental branch:
commit cd7af76d9ecb1ef3e18c5b224970a2a94e9baf06
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Sat Sep 10 19:30:40 2005 +0000
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
Originally committed as revision 4575 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c
index 55a90f8..5d9d499 100644
--- a/libavcodec/i386/dsputil_mmx.c
+++ b/libavcodec/i386/dsputil_mmx.c
@@ -2564,8 +2564,8 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
c->idct_add= ff_idct_xvid_mmx_add;
c->idct = ff_idct_xvid_mmx;
}
- }
#endif
+ }
}
#ifdef CONFIG_ENCODERS
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list