[SCM] libav/experimental: integrating MPV_common_init_bfin into the build system and mpegvideo.c
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:01:39 UTC 2013
The following commit has been merged in the experimental branch:
commit 1a822d303fc04cc49f4dbb044c78dea7d6c9e6af
Author: Marc Hoffman <mmhoffm at gmail.com>
Date: Tue Jun 12 19:34:06 2007 +0000
integrating MPV_common_init_bfin into the build system and mpegvideo.c
Originally committed as revision 9294 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 33f50b8..034effe 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -402,6 +402,7 @@ OBJS-$(CONFIG_WMV3_DECODER) += ppc/vc1dsp_altivec.o
endif
OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \
+ bfin/mpegvideo_bfin.o \
ASM_OBJS-$(TARGET_ARCH_BFIN) += bfin/pixels_bfin.o \
bfin/idct_bfin.o \
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index cef6013..8e4e4a2 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -295,6 +295,9 @@ int DCT_common_init(MpegEncContext *s)
#ifdef ARCH_POWERPC
MPV_common_init_ppc(s);
#endif
+#ifdef ARCH_BFIN
+ MPV_common_init_bfin(s);
+#endif
#ifdef CONFIG_ENCODERS
s->fast_dct_quantize= s->dct_quantize;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list