summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 14:39:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-24 14:39:39 +0000
commit0a659e94bcc179ca973d6a49424bdd321286e3e3 (patch)
treeec1972225a9017ed68f249c7f46ed8797c44a60e /libdha
parent89b6beb3d5a7ab4c81475b4c259f00f29f86e228 (diff)
downloadmpv-0a659e94bcc179ca973d6a49424bdd321286e3e3.tar.bz2
mpv-0a659e94bcc179ca973d6a49424bdd321286e3e3.tar.xz
Get rid of useless conditional, using svgalib_helper now requires modifying
a line in the Makefile in all cases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22800 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 21369ddb7d..3120690878 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -16,9 +16,7 @@ CFLAGS = -fPIC
# 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:
-ifneq ($(wildcard svgalib_helper),)
-CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
-endif
+#CFLAGS += -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/
all: $(LIBNAME)