summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 13:25:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 13:25:51 +0000
commitff52264cafe51378ba54a65e053c314c83b7a0e9 (patch)
tree547a3634582c9d59ae575bd2862d82600ef483ea
parent7836116f5eaef346a418496b3f985a7c8b27b369 (diff)
downloadmpv-ff52264cafe51378ba54a65e053c314c83b7a0e9.tar.bz2
mpv-ff52264cafe51378ba54a65e053c314c83b7a0e9.tar.xz
Remove OpenBSD linking hack. If this is (still) necessary, it needs to be
done properly from configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22797 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libdha/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index fce62790fc..fffb6f7a4b 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -16,12 +16,6 @@ SRCS_MPLAYER = libdha.c \
CFLAGS = -fPIC
-ifeq ($(TARGET_OS),OpenBSD)
-ifeq ($(TARGET_ARCH_X86),yes)
-EXTRALIBS += -li386
-endif
-endif
-
# If you want libdha to use svgalib_helper for hardware access,
# uncomment this statement, and change the -I to the correct directory
# that includes svgalib_helper.o: