summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 21:42:36 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 21:42:36 +0000
commit9ab3c3b38cd1bec3177df1093b3de0fef36c0a8a (patch)
treee9570e683b8533da5269ff157f239206b1230c6a /mp3lib
parent167a917d9221cd00174e6eeee0f2f5c8cd84246e (diff)
downloadmpv-9ab3c3b38cd1bec3177df1093b3de0fef36c0a8a.tar.bz2
mpv-9ab3c3b38cd1bec3177df1093b3de0fef36c0a8a.tar.xz
OpenBSD patch - by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5910 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/Makefile4
1 files changed, 3 insertions, 1 deletions
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