Commit 59712d82 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

contrib: This is a Makefile. #ifdef -> ifdef

parent 37485818
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment