summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-07-31 14:31:58 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-07-31 14:31:58 (GMT)
commitfa1f7d80827e3915fe45749b404e589f7c3d5fb0 (patch)
tree95c0005abecdadfa25dc3e07aeb27618c9101521
parentc5169b3d3d359a889b4a0ebd864b5d64d0e05ea8 (diff)
downloadmxe-fa1f7d80827e3915fe45749b404e589f7c3d5fb0.zip
mxe-fa1f7d80827e3915fe45749b404e589f7c3d5fb0.tar.gz
mxe-fa1f7d80827e3915fe45749b404e589f7c3d5fb0.tar.bz2
package ffmpeg: enable libxvid for x86_64-w64-mingw32 build
-rw-r--r--src/ffmpeg.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 6b6f51f..289fa61 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -50,5 +50,3 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef
-
-$(PKG)_BUILD_x86_64-w64-mingw32 = $(subst enable-libxvid,disable-libxvid,$($(PKG)_BUILD))