Mercurial > mplayer.hg
changeset 11246:119da136853c
10l to me, noticed by Bjorn Sandell
author | alex |
---|---|
date | Thu, 23 Oct 2003 12:10:44 +0000 |
parents | 9a3230a5ef38 |
children | 88e25438004b |
files | mp3lib/Makefile |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
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