Mercurial > libavcodec.hg
diff libpostproc/Makefile @ 170:dfdac3e25dcd libavcodec
runtime cpu detection
| author | michael |
|---|---|
| date | Mon, 26 Nov 2001 21:17:23 +0000 |
| parents | 660233346f4f |
| children | 8f9fa4ec9cbb |
line wrap: on
line diff
--- a/libpostproc/Makefile Sat Nov 24 22:16:29 2001 +0000 +++ b/libpostproc/Makefile Mon Nov 26 21:17:23 2001 +0000 @@ -6,10 +6,6 @@ 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/
