[vlc-devel] commit: contrib: This is a Makefile. #ifdef -> ifdef (Derk-Jan Hartman )
git version control
git at videolan.org
Mon Sep 8 15:22:30 CEST 2008
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Mon Sep 8 15:21:49 2008 +0200| [59712d8293d9cea0e95a18555d3b0d6c2f3ac4ce] | committer: Derk-Jan Hartman
contrib: This is a Makefile. #ifdef -> ifdef
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59712d8293d9cea0e95a18555d3b0d6c2f3ac4ce
---
extras/contrib/src/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index e78661e..6a5c56c 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1174,9 +1174,9 @@ DISTCLEAN_PKG += libdvdcss-$(LIBDVDCSS_VERSION).tar.gz
libdvdread:
$(SVN) co $(LIBDVDREAD_SVN) libdvdread
(cd $@; patch -p 0 < ../Patches/libdvdread.patch)
-#ifdef HAVE_WIN32
+ifdef HAVE_WIN32
(cd $@; patch -p 0 < ../Patches/libdvdread-win32.patch)
-#endif
+endif
(cd $@; sh autogen.sh noconfig)
.libdvdread: libdvdread .dvdcss
@@ -1437,9 +1437,9 @@ libmodplug-$(MODPLUG_VERSION).tar.gz:
libmodplug: libmodplug-$(MODPLUG_VERSION).tar.gz
$(EXTRACT_GZ)
-#ifdef HAVE_WIN32
+ifdef HAVE_WIN32
patch -p0 < Patches/libmodplug-win32.patch
-#end
+end
.mod: libmodplug
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared --enable-static && make && make install)
More information about the vlc-devel
mailing list