summaryrefslogtreecommitdiffstats
path: root/src/xvidcore.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-03-27 21:36:16 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-03-27 21:36:16 (GMT)
commitb99e3d47661123010662268589e12769ec42cb60 (patch)
treecf2da2f7d8dcbe556bbe02df18d324e7a7b51145 /src/xvidcore.mk
parent5b49d9d47cf55db8aac7e96f143cb2fefaf4e5b4 (diff)
parent491c2df987f23461e333967edfb83761e32f6dab (diff)
downloadmxe-b99e3d47661123010662268589e12769ec42cb60.zip
mxe-b99e3d47661123010662268589e12769ec42cb60.tar.gz
mxe-b99e3d47661123010662268589e12769ec42cb60.tar.bz2
merge
Diffstat (limited to 'src/xvidcore.mk')
-rw-r--r--src/xvidcore.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xvidcore.mk b/src/xvidcore.mk
index 42bbff7..56dacd8 100644
--- a/src/xvidcore.mk
+++ b/src/xvidcore.mk
@@ -4,8 +4,8 @@
# xvidcore
PKG := xvidcore
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.3.0
-$(PKG)_CHECKSUM := 2a5b505159245fad1d3d236dc855ca6949ead4c1
+$(PKG)_VERSION := 1.3.1
+$(PKG)_CHECKSUM := 68c73b9a00dfb830083f619335eb876b0f845bec
$(PKG)_SUBDIR := xvidcore/build/generic
$(PKG)_FILE := xvidcore-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://www.xvid.org/
@@ -21,6 +21,7 @@ endef
define $(PKG)_BUILD
# wine confuses the cross-compiling detection, so set it explicitly
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
+ $(SED) -i 's,-mno-cygwin,,' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)'