Commit 0179de14 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: fix schroedinger compile for Win32

parent c86d8f7b
......@@ -3,9 +3,9 @@ all: .iconv .intl .freetype .fribidi .zlib \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .shout .vorbisenc .theora \
.flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss \
.live .pthreads .goom2k4 .caca .mod .x264 .xml .twolame \
.png .gpg-error .gcrypt .gnutls .mpcdec .dirac \
.png .gpg-error .gcrypt .gnutls .mpcdec .dirac .schroedinger \
.dvdnav .dvbpsi .qt4_win32 .schroedinger .SDL_image \
.dx_headers .dshow_headers .gecko-win32 .dca \
.lua .tag .fontconfig .portaudio .kate .libass .zvbi \
.fluid .aclocal .peflags .cddb .sqlite3 .libprojectM
# .daap .cddb .cdio .vcdimager
# .daap .cdio .vcdimager
......@@ -2421,9 +2421,10 @@ schroedinger-$(SCHROED_VERSION).tar.gz:
schroedinger: schroedinger-$(SCHROED_VERSION).tar.gz
$(EXTRACT_GZ)
patch -p0 < Patches/schroedinger-notests.patch
.schroedinger: schroedinger .liboil
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --with-thread=none --disable-gstreamer --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make -C schroedinger && make -C schroedinger install)
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --with-thread=none --disable-gtk-doc --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -O3" && make && make install)
touch $@
CLEAN_FILE += .schroedinger
......
--- schroedinger/Makefile.am 2009-09-29 07:08:51.000000000 +0200
+++ schroedinger.new/Makefile.am 2010-01-09 02:18:41.000000000 +0100
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = schroedinger doc tools testsuite
+SUBDIRS = schroedinger doc tools
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
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