summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-03 18:59:47 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-03 18:59:47 +0000
commit8b1b3710a6fb7aae101195ff566147c68ceb3193 (patch)
tree58a8e2e48e5fde5732adbb5dae327a1c33656798 /libdha
parent18a39398225eb76e152b3b027a69ce0c7b9cf312 (diff)
downloadmpv-8b1b3710a6fb7aae101195ff566147c68ceb3193.tar.bz2
mpv-8b1b3710a6fb7aae101195ff566147c68ceb3193.tar.xz
Small fix for non-X86 OpenBSD by Björn Sandell <biorn at dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6629 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 537f026e08..7c8a62247f 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -17,8 +17,10 @@ OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W
LIBS =
ifeq ($(TARGET_OS),OpenBSD)
+ifeq ($(TARGET_ARCH_X86),yes)
LIBS += -li386
endif
+endif
.SUFFIXES: .c .o