summaryrefslogtreecommitdiffstats
path: root/postproc/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-26 21:17:23 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-26 21:17:23 +0000
commit3ee58151e2418c902f9af5359abc276da6b41484 (patch)
tree6d08f0408e7f9d2a87ec6f54a16d7946c6fd88a4 /postproc/Makefile
parent2e4b5d09085aec28e70bb7127f067c76228cd0f3 (diff)
downloadmpv-3ee58151e2418c902f9af5359abc276da6b41484.tar.bz2
mpv-3ee58151e2418c902f9af5359abc276da6b41484.tar.xz
runtime cpu detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3144 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc/Makefile')
-rw-r--r--postproc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index fe75523c37..a55356021c 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -6,10 +6,6 @@ LIBNAME = libpostproc.a
SRCS=postprocess.c swscale.c rgb2rgb.c yuv2rgb.c
OBJS=$(SRCS:.c=.o)
-ifeq ($(TARGET_ARCH_X86),yes)
-SRCS += yuv2rgb_mmx.c
-endif
-
CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
# -I/usr/X11R6/include/