From c83a7126184f696d81bdd479d52a0578c84d3989 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 23 Oct 2003 12:10:44 +0000 Subject: 10l to me, noticed by Bjorn Sandell git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11247 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'mp3lib/Makefile') 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 -- cgit v1.2.3