mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
ca93b73028
commit
875b66cefe
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue