Merge pull request #294 from TimothyGu/ffmpeg

ffmpeg: enable libavresample building
pull/291/merge
Tony Theodore 11 years ago
commit ae93ebc9c9

@ -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

Loading…
Cancel
Save