Mercurial > mplayer.hg
diff libdha/Makefile @ 22782:142a2a3b7218
Get rid of useless conditional, using svgalib_helper now requires modifying
a line in the Makefile in all cases.
author | diego |
---|---|
date | Sat, 24 Mar 2007 14:39:39 +0000 |
parents | c05c25e5f071 |
children | afb7111123bb |
line wrap: on
line diff
--- 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)