diff Makefile @ 22:c31fb57d17a6 libavcodec

Suppressing external gas stuff to improve portability to Win32
author nickols_k
date Sun, 05 Aug 2001 16:49:57 +0000
parents b69fe46fd708
children 1e131bc21101
line wrap: on
line diff
--- a/Makefile	Sat Aug 04 00:46:50 2001 +0000
+++ b/Makefile	Sun Aug 05 16:49:57 2001 +0000
@@ -25,7 +25,7 @@
 
 # i386 mmx specific stuff
 ifeq ($(TARGET_MMX),yes)
-ASM_OBJS += i386/fdct_mmx.o i386/sad_mmx.o i386/cpuid.o
+ASM_OBJS += i386/fdct_mmx.o i386/sad_mmx.o
 OBJS += i386/fdctdata.o i386/cputest.o \
 	i386/dsputil_mmx.o i386/mpegvideo_mmx.o
 endif
@@ -47,9 +47,6 @@
 %.o: %.c
 	$(CC) $(CFLAGS) -c -o $@ $< 
 
-i386/cpuid.o: i386/cpuid.s
-	$(CC) -c -o $@ $< 
-
 %.o: %.s
 	nasm -f elf -o $@ $<