# HG changeset patch
# User diego
# Date 1174747179 0
# Node ID 142a2a3b7218972be3e08d95da501ec40a7b96ec
# Parent c05c25e5f0712c03de8543113c25d969a0f407bf
Get rid of useless conditional, using svgalib_helper now requires modifying
a line in the Makefile in all cases.
diff -r c05c25e5f071 -r 142a2a3b7218 DOCS/xml/en/video.xml
--- a/DOCS/xml/en/video.xml Sat Mar 24 14:22:45 2007 +0000
+++ b/DOCS/xml/en/video.xml Sat Mar 24 14:39:39 2007 +0000
@@ -1552,9 +1552,8 @@
mplayer/main/libdha/svgalib_helper.
- Required if you download the source from the svgalib site: Remove the comment
- before the CFLAGS line containing "svgalib_helper" string from the
- libdha/Makefile.
+ Remove the comment before the CFLAGS line containing the "svgalib_helper"
+ string from the libdha/Makefile.
Recompile and install libdha.
diff -r c05c25e5f071 -r 142a2a3b7218 libdha/Makefile
--- a/libdha/Makefile Sat Mar 24 14:22:45 2007 +0000
+++ b/libdha/Makefile Sat Mar 24 14:39:39 2007 +0000
@@ -16,9 +16,7 @@
# 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)