Skip to content
Snippets Groups Projects
Commit a76800db authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: enable x264 on Android

Change-Id: I92ac1e5a7f772d2440adb522622622829b13b869
parent fa46ac7d
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ ifeq ($(call need_pkg,"libavutil >= 55.75.100 libavcodec >= 57.106.101 libavform
PKGS_FOUND += ffmpeg
endif
DEPS_ffmpeg = iconv zlib vpx opus speex
DEPS_ffmpeg = iconv zlib vpx opus speex x264
FFMPEGCONF = \
--cc="$(CC)" \
......@@ -65,6 +65,7 @@ FFMPEGCONF += \
--enable-libspeex \
--enable-libopus \
--enable-libvpx \
--enable-libx264 \
--enable-encoder=libspeex \
--enable-decoder=libspeex \
--enable-encoder=libopus \
......@@ -185,11 +186,6 @@ FFMPEGCONF += \
endif
endif
ifndef HAVE_ANDROID
FFMPEGCONF += --enable-libx264
DEPS_ffmpeg += x264
endif
ifdef HAVE_MACOSX
FFMPEGCONF += \
--enable-avfoundation \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment