diff options
author | Måns Rullgård <mans@mansr.com> | 2008-11-03 21:49:54 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-11-03 21:49:54 +0000 |
commit | 1a220bcde343f54821c36bedf66fc2f3d41c586e (patch) | |
tree | 234dbe5c060860b501906f00490a696d6fa0c486 /libswscale | |
parent | 82d1605fe74a3a702a818f8ac6f3c780bf8bbea9 (diff) | |
download | ffmpeg-1a220bcde343f54821c36bedf66fc2f3d41c586e.tar.gz |
Remove forgotten ASM_OBJS in libswscale
Originally committed as revision 27887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index fa96e09a8f..c42a6b7c9a 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -11,7 +11,7 @@ OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += yuv2rgb_vis.o -ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o +OBJS-$(ARCH_BFIN) += internal_bfin.o HEADERS = swscale.h |