summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-12-11 04:20:34 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-12-11 04:24:27 (GMT)
commit97ac155be312d8012b7be3f8fd25acb5588d7044 (patch)
treea5ef222ad0051914fe3ed177611f7b830163ea4d
parent61cebef64520a443342fc79254da7b04e39821b8 (diff)
downloadmxe-97ac155be312d8012b7be3f8fd25acb5588d7044.zip
mxe-97ac155be312d8012b7be3f8fd25acb5588d7044.tar.gz
mxe-97ac155be312d8012b7be3f8fd25acb5588d7044.tar.bz2
ffmpeg: Update and link as console application
SDL and libcaca automatically adds `-mwindows`, treating the ffmpeg.exe as a GUI application while at the same time making stderr go to NUL. Found-by: Bill Westrup <wwestrup@vsscorp.com> See: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2014-12/msg00018.html Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/ffmpeg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 2c64f3b..e0a8ddd 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -3,8 +3,8 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.4.4
-$(PKG)_CHECKSUM := c0a0829fbb4cf423eed77f39d3661d1a34ac7c35
+$(PKG)_VERSION := 2.5
+$(PKG)_CHECKSUM := ec0111e8298bdb2291d82e3b4f67354ba48fab19
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
@@ -45,6 +45,7 @@ define $(PKG)_BUILD
--enable-avresample \
--enable-gpl \
--enable-version3 \
+ --extra-libs='-mconsole' \
--enable-avisynth \
--enable-gnutls \
--enable-libass \