diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-16 21:22:59 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-16 21:22:59 +0000 |
commit | 43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d (patch) | |
tree | 41c8c2455881b7738bb9e53a5bc82cd4a7d6fdeb /libavcodec/bfin | |
parent | e0e335a023e1afe3b8cfde5ff56b5473db58f7b0 (diff) | |
download | ffmpeg-streaming-43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d.zip ffmpeg-streaming-43f60eba194031dfe9a1bdfd4ecc0aabc8c9613d.tar.gz |
Move arch-specific makefile parts into $arch/Makefile
Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bfin')
-rw-r--r-- | libavcodec/bfin/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/bfin/Makefile b/libavcodec/bfin/Makefile new file mode 100644 index 0000000..e86e6b0 --- /dev/null +++ b/libavcodec/bfin/Makefile @@ -0,0 +1,7 @@ +OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \ + bfin/fdct_bfin.o \ + bfin/idct_bfin.o \ + bfin/mpegvideo_bfin.o \ + bfin/pixels_bfin.o \ + bfin/vp3_bfin.o \ + bfin/vp3_idct_bfin.o \ |