summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-12-29 19:47:37 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2013-12-29 19:47:58 (GMT)
commitcd34cd312ecba94392ca0b67423505c61a7b4752 (patch)
treea4e6d437f0ffa017a3d51612b4ab6986801df758 /src/ffmpeg.mk
parent9e9378f9b9917b70b23fa9e107c862bf190febae (diff)
downloadmxe-cd34cd312ecba94392ca0b67423505c61a7b4752.zip
mxe-cd34cd312ecba94392ca0b67423505c61a7b4752.tar.gz
mxe-cd34cd312ecba94392ca0b67423505c61a7b4752.tar.bz2
ffmpeg: enable libavresample building
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
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 2eecba4..e9939f6 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -52,7 +52,8 @@ define $(PKG)_BUILD
--enable-libvpx \
--enable-libx264 \
--enable-libxvid \
- --enable-postproc
+ --enable-postproc \
+ --enable-avresample
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef