summaryrefslogtreecommitdiffstats
path: root/src/xine-lib.mk
diff options
context:
space:
mode:
authorUlrich Klauer <ulrich@chirlu.de>2013-03-03 17:00:57 (GMT)
committerUlrich Klauer <ulrich@chirlu.de>2013-03-03 17:00:57 (GMT)
commitf31c48e8ae619895066edf11fae1a4216477c14b (patch)
tree4eb9de893237fdcf06c179723d430232b351bfaa /src/xine-lib.mk
parentef2b62d98b6f36e7e9a9270a1f79f749407098a4 (diff)
downloadmxe-f31c48e8ae619895066edf11fae1a4216477c14b.zip
mxe-f31c48e8ae619895066edf11fae1a4216477c14b.tar.gz
mxe-f31c48e8ae619895066edf11fae1a4216477c14b.tar.bz2
Build xine-lib with wavpack support
Activate wavpack support in xine-lib. This reveals a latent bug (missing include) in xine-lib, for which a patch is provided.
Diffstat (limited to 'src/xine-lib.mk')
-rw-r--r--src/xine-lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-lib.mk b/src/xine-lib.mk
index 1890c76..8880d6c 100644
--- a/src/xine-lib.mk
+++ b/src/xine-lib.mk
@@ -7,7 +7,7 @@ $(PKG)_CHECKSUM := 0adf20ef55d24f2a1b4a8974e57ad1be5133b236
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/xine/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc faad2 ffmpeg flac fontconfig freetype graphicsmagick libiconv libmng pthreads sdl speex theora vorbis zlib
+$(PKG)_DEPS := gcc faad2 ffmpeg flac fontconfig freetype graphicsmagick libiconv libmng pthreads sdl speex theora vorbis wavpack zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://hg.debian.org/hg/xine-lib/xine-lib/tags' | \
@@ -51,7 +51,7 @@ define $(PKG)_BUILD
--with-internal-vcdlibs \
--with-external-libfaad \
--without-external-libdts \
- --without-wavpack \
+ --with-wavpack \
CFLAGS='-I$(1)/win32/include' \
PTHREAD_LIBS='-lpthread -lws2_32' \
LIBS="`$(TARGET)-pkg-config --libs libmng`"