diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2001-11-26 21:17:23 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2001-11-26 21:17:23 +0000 |
commit | 43d8c23cbf25eb4ea24cf8bcd1b9308dc48a2e98 (patch) | |
tree | 2ceb1025c019c7de44ad1aa80b342b9ed3e6616b /postproc/Makefile | |
parent | 48a05ceccdc4ea88570c18f3d6b20624b9124083 (diff) | |
download | ffmpeg-43d8c23cbf25eb4ea24cf8bcd1b9308dc48a2e98.tar.gz |
runtime cpu detection
Originally committed as revision 3144 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/Makefile')
-rw-r--r-- | postproc/Makefile | 4 |
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/ |