Commit 32cf8bf1 authored by Christophe Mutricy's avatar Christophe Mutricy

contrib/FLAC: Add flac's include directory at the start of our CFLAGS so bogus...

contrib/FLAC: Add flac's include directory at the start of our CFLAGS so bogus header are not included ( should be fixed in flac build system)
asm seems to work for win32 now
parent e40d692f
...@@ -710,7 +710,7 @@ endif ...@@ -710,7 +710,7 @@ endif
.FLAC: flac .FLAC: flac
ifdef HAVE_WIN32 ifdef HAVE_WIN32
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-oggtest --disable-asm-optimizations && cd src&& make -C libFLAC&& make -C libFLAC install && cd .. && make -C include install) (cd $<; $(HOSTCC) CFLAGS="-I$(PREFIX)/src/flac/include $${CFLAGS}" ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-oggtest && cd src&& make -C libFLAC&& make -C libFLAC install && cd .. && make -C include install)
else else
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
ifeq ($(HOST),i686-apple-darwin8) ifeq ($(HOST),i686-apple-darwin8)
......
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