summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-11-03 22:06:45 +0000
committerDiego Biurrun <diego@biurrun.de>2008-11-03 22:06:45 +0000
commit6408c25b9538509df5c56e80ca5f1dc32b3b579a (patch)
treeb93220087f9336c5dad339aeabf746cda99d7059 /libswscale/Makefile
parentefa430faed784edee2bcb41321c9d09500d4b29d (diff)
Merge ARCH_BFIN lines.
Originally committed as revision 27889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 3203403b57..84675e0c88 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -5,14 +5,12 @@ FFLIBS = avutil
OBJS = rgb2rgb.o swscale.o swscale_avoption.o
-OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o
+OBJS-$(ARCH_BFIN) += internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o
OBJS-$(CONFIG_GPL) += yuv2rgb.o
OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o
OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
-OBJS-$(ARCH_BFIN) += internal_bfin.o
-
HEADERS = swscale.h
TESTS = cs_test swscale-example