Commit 343300e6 authored by mhoffman's avatar mhoffman

integrating MPV_common_init_bfin into the build system and mpegvideo.c

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9294 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 06de9645
......@@ -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 \
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment