[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.27,1.28

Arpi of Ize arpi at mplayerhq.hu
Mon Apr 29 23:42:39 CEST 2002


Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv9499/mp3lib

Modified Files:
	Makefile 
Log Message:
OpenBSD patch - by Björn Sandell <biorn at dce.chalmers.se>

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile	13 Apr 2002 19:14:34 -0000	1.27
+++ Makefile	29 Apr 2002 21:42:36 -0000	1.28
@@ -38,7 +38,9 @@
 ifeq ($(TARGET_OS),CYGWIN)
 	./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.. -L. -lMP3 -lm
 




More information about the MPlayer-cvslog mailing list