summaryrefslogtreecommitdiffstats
path: root/src/xine-lib.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-11-13 14:14:28 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-11-13 14:14:28 (GMT)
commit9850fb7e394cfc48122dab7db3239b5bd6588467 (patch)
tree08864d06af7d46f936ee46b99339cc3d0f2189f0 /src/xine-lib.mk
parent7581eace52c04e0c3ad58ea59919d8720739c5d4 (diff)
downloadmxe-9850fb7e394cfc48122dab7db3239b5bd6588467.zip
mxe-9850fb7e394cfc48122dab7db3239b5bd6588467.tar.gz
mxe-9850fb7e394cfc48122dab7db3239b5bd6588467.tar.bz2
package xine-lib: enable graphicsmagick
Diffstat (limited to 'src/xine-lib.mk')
-rw-r--r--src/xine-lib.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-lib.mk b/src/xine-lib.mk
index dbabd89..5a429bc 100644
--- a/src/xine-lib.mk
+++ b/src/xine-lib.mk
@@ -10,7 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://www.xine-project.org/
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/xine/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc faad2 ffmpeg flac fontconfig freetype libiconv libmng pthreads sdl speex theora vorbis zlib
+$(PKG)_DEPS := gcc faad2 ffmpeg flac fontconfig freetype graphicsmagick libiconv libmng pthreads sdl speex theora vorbis zlib
define $(PKG)_UPDATE
wget -q -O- 'http://hg.debian.org/hg/xine-lib/xine-lib/tags' | \
@@ -45,7 +45,6 @@ define $(PKG)_BUILD
--without-external-a52dec \
--without-external-libmad \
--without-external-libmpcdec \
- --without-imagemagick \
--with-freetype \
--with-fontconfig \
--without-alsa \