summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-23 12:10:44 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-23 12:10:44 +0000
commitc83a7126184f696d81bdd479d52a0578c84d3989 (patch)
treeda3a3fa3c7623b520f271fe2ea12e75bf96ed3cf /mp3lib
parent7cb9d370b48c37eb2db649b89c1ff9ed96a4bfc3 (diff)
downloadmpv-c83a7126184f696d81bdd479d52a0578c84d3989.tar.bz2
mpv-c83a7126184f696d81bdd479d52a0578c84d3989.tar.xz
10l to me, noticed by Bjorn Sandell
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11247 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 34f9f31d38..5399c4663b 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -47,15 +47,6 @@ decode_i586.o: decode_i586.c
libMP3.a: $(OBJS)
$(AR) r libMP3.a $(OBJS)
-ifeq ($(TARGET_OS),CYGWIN)
- ./mp3lib_objfix.sh
-endif
-ifeq ($(TARGET_MINGW32),yes)
- ./mp3lib_objfix.sh
-endif
-ifeq ($(TARGET_OS),OpenBSD)
- ./mp3lib_objfix.sh
-endif
test1: libMP3.a test.c
$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm