[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.36,1.37
Alex Beregszaszi
alex at mplayerhq.hu
Thu Oct 23 14:11:24 CEST 2003
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv12987
Modified Files:
Makefile
Log Message:
10l to me, noticed by Bjorn Sandell
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- Makefile 22 Oct 2003 21:08:46 -0000 1.36
+++ Makefile 23 Oct 2003 12:10:44 -0000 1.37
@@ -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
More information about the MPlayer-cvslog
mailing list