Mercurial > mplayer.hg
diff mp3lib/Makefile @ 11246:119da136853c
10l to me, noticed by Bjorn Sandell
author | alex |
---|---|
date | Thu, 23 Oct 2003 12:10:44 +0000 |
parents | c8b84bb55089 |
children | 80973aa180a5 |
line wrap: on
line diff
--- a/mp3lib/Makefile Thu Oct 23 12:05:33 2003 +0000 +++ b/mp3lib/Makefile Thu Oct 23 12:10:44 2003 +0000 @@ -47,15 +47,6 @@ 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