diff options
author | Marc Hoffman <mmhoffm@gmail.com> | 2007-06-12 19:34:06 +0000 |
---|---|---|
committer | Marc Hoffman <mmhoffm@gmail.com> | 2007-06-12 19:34:06 +0000 |
commit | 1a822d303fc04cc49f4dbb044c78dea7d6c9e6af (patch) | |
tree | 241a898696d19b928fb885ac7400ebefdebb6862 /libavcodec/Makefile | |
parent | 50ee61dda2b956bc09fa8238d54ba86620798b42 (diff) | |
download | ffmpeg-1a822d303fc04cc49f4dbb044c78dea7d6c9e6af.tar.gz |
integrating MPV_common_init_bfin into the build system and mpegvideo.c
Originally committed as revision 9294 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 33f50b8a71..034effe6db 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 \ |