[FFmpeg-cvslog] configure: MMAL-related decoders should depend on, not select, mmal

Diego Biurrun git at videolan.org
Sat Apr 8 14:52:32 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Nov 10 11:20:29 2016 +0100| [d4f2a681cb6d4e913f1c879ad376313255d6cf4c] | committer: Diego Biurrun

configure: MMAL-related decoders should depend on, not select, mmal

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4f2a681cb6d4e913f1c879ad376313255d6cf4c
---

 configure | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure b/configure
index d0bec32..30d1c7e 100755
--- a/configure
+++ b/configure
@@ -2136,7 +2136,6 @@ h264_d3d11va_hwaccel_select="h264_decoder"
 h264_dxva2_hwaccel_deps="dxva2"
 h264_dxva2_hwaccel_select="h264_decoder"
 h264_mmal_decoder_deps="mmal"
-h264_mmal_decoder_select="mmal"
 h264_mmal_hwaccel_deps="mmal"
 h264_omx_encoder_deps="omx"
 h264_qsv_hwaccel_deps="libmfx"
@@ -2164,7 +2163,6 @@ mpeg2_d3d11va_hwaccel_select="mpeg2video_decoder"
 mpeg2_dxva2_hwaccel_deps="dxva2"
 mpeg2_dxva2_hwaccel_select="mpeg2video_decoder"
 mpeg2_mmal_decoder_deps="mmal"
-mpeg2_mmal_decoder_select="mmal"
 mpeg2_mmal_hwaccel_deps="mmal"
 mpeg2_qsv_hwaccel_deps="libmfx"
 mpeg2_vaapi_hwaccel_deps="vaapi"
@@ -2181,7 +2179,6 @@ vc1_d3d11va_hwaccel_select="vc1_decoder"
 vc1_dxva2_hwaccel_deps="dxva2"
 vc1_dxva2_hwaccel_select="vc1_decoder"
 vc1_mmal_decoder_deps="mmal"
-vc1_mmal_decoder_select="mmal"
 vc1_mmal_hwaccel_deps="mmal"
 vc1_qsv_hwaccel_deps="libmfx"
 vc1_vaapi_hwaccel_deps="vaapi"



More information about the ffmpeg-cvslog mailing list