Commit 048d2ad1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix flac compilation for both win32 and win64

parent 067c379f
...@@ -853,7 +853,7 @@ flac-$(FLAC_VERSION).tar.gz: ...@@ -853,7 +853,7 @@ flac-$(FLAC_VERSION).tar.gz:
flac: flac-$(FLAC_VERSION).tar.gz flac: flac-$(FLAC_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
ifdef HAVE_WIN32 ifdef HAVE_WIN32
( cd $@; patch -p1 < ../Patches/flac-win32.patch ) patch -p0 < Patches/flac-win32.patch
endif endif
FLAC_DISABLE_FLAGS = --disable-oggtest --disable-xmms-plugin --disable-cpplibs FLAC_DISABLE_FLAGS = --disable-oggtest --disable-xmms-plugin --disable-cpplibs
......
This diff is collapsed.
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