[MPlayer-cvslog] r22797 - trunk/libdha/Makefile

diego subversion at mplayerhq.hu
Sat Mar 24 14:25:51 CET 2007


Author: diego
Date: Sat Mar 24 14:25:51 2007
New Revision: 22797

Modified:
   trunk/libdha/Makefile

Log:
Remove OpenBSD linking hack.  If this is (still) necessary, it needs to be
done properly from configure.


Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile	(original)
+++ trunk/libdha/Makefile	Sat Mar 24 14:25:51 2007
@@ -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:



More information about the MPlayer-cvslog mailing list