From 9ab3c3b38cd1bec3177df1093b3de0fef36c0a8a Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 29 Apr 2002 21:42:36 +0000 Subject: =?UTF-8?q?OpenBSD=20patch=20-=20by=20Bj=C3=B6rn=20Sandell=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5910 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index 11c18b2497..64be72ec23 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -38,7 +38,9 @@ libMP3.a: $(OBJS) 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 -- cgit v1.2.3