summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index f56d2ffd7f..4a7737a2e2 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -27,9 +27,14 @@ endif
# .PHONY: all clean
+all: libMP3.a
+
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
+decode_i586.o: decode_i586.c
+ $(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $<
+
.s.o:
$(CC) -c $(CFLAGS) -o $@ $<
@@ -47,8 +52,6 @@ test1: libMP3.a test.c
test2: libMP3.a test2.c
$(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
-all: libMP3.a
-
clean:
rm -f *~ *.o *.a