summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-09-02 03:03:28 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2013-09-02 03:05:55 (GMT)
commitf5626edd3546c50b08b94803103aca76c4f550ba (patch)
treef0b1f625aa29f214faf689e5d710eaadbafdfdb6 /src/ffmpeg.mk
parente906f2f21db23ee85967550760ee08e722db05ef (diff)
downloadmxe-f5626edd3546c50b08b94803103aca76c4f550ba.zip
mxe-f5626edd3546c50b08b94803103aca76c4f550ba.tar.gz
mxe-f5626edd3546c50b08b94803103aca76c4f550ba.tar.bz2
Add vo-aacenc package and use it for ffmpeg
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 5668a34..022de7d 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 lame libass libvpx opencore-amr opus sdl speex theora vorbis x264 xvidcore zlib
+$(PKG)_DEPS := gcc bzip2 lame libass libvpx opencore-amr opus sdl speex theora vo-aacenc vorbis x264 xvidcore zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.ffmpeg.org/download.html' | \
@@ -43,6 +43,7 @@ define $(PKG)_BUILD
--enable-libopus \
--enable-libspeex \
--enable-libtheora \
+ --enable-libvo-aacenc \
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \