Mercurial > mplayer.hg
changeset 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 | 96f0c2cd4538 |
files | DOCS/xml/en/video.xml libdha/Makefile |
diffstat | 2 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <filename class="directory">mplayer/main/libdha/svgalib_helper</filename>. </para></step> <step><para> - Required if you download the source from the svgalib site: Remove the comment - before the CFLAGS line containing "svgalib_helper" string from the - <filename class="directory">libdha/Makefile</filename>. + Remove the comment before the CFLAGS line containing the "svgalib_helper" + string from the <filename class="directory">libdha/Makefile</filename>. </para></step> <step><para> Recompile and install libdha.
--- 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)