summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-11-15 03:14:16 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2013-11-24 00:32:55 (GMT)
commitf0966f2dcc728adc9e6d039ff975d41abf7fea06 (patch)
treea9658e4a8492a24bc775ffe80c122309353ce834
parentf491562090614da1883b89a1201851495b6b6a52 (diff)
downloadmxe-f0966f2dcc728adc9e6d039ff975d41abf7fea06.zip
mxe-f0966f2dcc728adc9e6d039ff975d41abf7fea06.tar.gz
mxe-f0966f2dcc728adc9e6d039ff975d41abf7fea06.tar.bz2
Revert "package ffmpeg: disable libnut on i686-pc-mingw32"
This reverts commit fc46813219e8d925d3ab54a1d40190d8b805487a. Some how I forgot to do this during #258. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/ffmpeg.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 8b90d69..5839499 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -54,5 +54,3 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef
-
-$(PKG)_BUILD_i686-pc-mingw32 = $(subst --enable-libnut,--disable-libnut,$($(PKG)_BUILD))