summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-03-09 02:31:04 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-09 02:31:04 (GMT)
commit2927f7472fa89e64ff93cdf4ef7854731ad0e92f (patch)
tree5ee45f34c9c3ae60d013ac1d542c6e1f5667ff04 /src/ffmpeg.mk
parent9dd03f469bdb65fc9de78f0a4032ed78a4df05c9 (diff)
downloadmxe-2927f7472fa89e64ff93cdf4ef7854731ad0e92f.zip
mxe-2927f7472fa89e64ff93cdf4ef7854731ad0e92f.tar.gz
mxe-2927f7472fa89e64ff93cdf4ef7854731ad0e92f.tar.bz2
package ffmpeg: add missing native yasm dependency
Diffstat (limited to 'src/ffmpeg.mk')
-rw-r--r--src/ffmpeg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 404d22c..7d8a5d4 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -9,7 +9,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
$(PKG)_URL_2 := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc bzip2 gnutls lame libass libbluray libvpx opencore-amr opus sdl speex theora vo-aacenc vo-amrwbenc vorbis x264 xvidcore zlib
+$(PKG)_DEPS := gcc bzip2 gnutls lame libass libbluray libvpx opencore-amr opus sdl speex theora vo-aacenc vo-amrwbenc vorbis x264 xvidcore yasm zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.ffmpeg.org/download.html' | \
@@ -29,6 +29,7 @@ define $(PKG)_BUILD
$(if $(BUILD_STATIC), \
--enable-static --disable-shared , \
--disable-static --enable-shared ) \
+ --yasmexe='$(TARGET)-yasm' \
--disable-debug \
--enable-memalign-hack \
--disable-pthreads \