[MPlayer-cvslog] r22800 - in trunk: DOCS/xml/en/video.xml libdha/Makefile
diego
subversion at mplayerhq.hu
Sat Mar 24 15:39:39 CET 2007
Author: diego
Date: Sat Mar 24 15:39:39 2007
New Revision: 22800
Modified:
trunk/libdha/Makefile
Changes in other areas also in this revision:
Modified:
trunk/DOCS/xml/en/video.xml
Log:
Get rid of useless conditional, using svgalib_helper now requires modifying
a line in the Makefile in all cases.
Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile (original)
+++ trunk/libdha/Makefile Sat Mar 24 15:39:39 2007
@@ -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)
More information about the MPlayer-cvslog
mailing list