diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-04-12 22:49:58 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-04-12 22:49:58 +0000 |
commit | cc3a2486037e289b0095aa020102fcae19efa144 (patch) | |
tree | 3a888c89f78e8cef5d419a30a6b96beedd40aa9c /libswscale | |
parent | c5662879ff9ef705f8475e0ba9e0f9e2d4e7f0ac (diff) | |
download | ffmpeg-cc3a2486037e289b0095aa020102fcae19efa144.tar.gz |
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
Originally committed as revision 29175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index ce0f7cebc1..c209ad8984 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -16,8 +16,6 @@ OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \ -OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) - EXAMPLES = swscale TESTPROGS = colorspace |