summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 10:53:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 10:53:40 +0000
commit875b66cefe3f42f3fd2c7962500ee85c760c87e9 (patch)
tree6979d5a3750c87d107c1d5b905b575f730f5d09d /mp3lib/Makefile
parentca93b730288e18447088318fe8f99a050b939f04 (diff)
downloadmpv-875b66cefe3f42f3fd2c7962500ee85c760c87e9.tar.bz2
mpv-875b66cefe3f42f3fd2c7962500ee85c760c87e9.tar.xz
There are no .s files in mp3lib/, remove the corresponding suffix rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21310 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 73f02be697..11e75f5749 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -40,9 +40,6 @@ include ../mpcommon.mak
decode_i586.o: decode_i586.c
$(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $<
-.s.o:
- $(CC) -c $(CFLAGS) -o $@ $<
-
test1: libMP3.a test.c
$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm