You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
build: Have old H.264/HEVC nvenc encoders select their new counterparts
This makes sense and takes care of missing build dependencies.
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -2234,8 +2234,8 @@ vc1_qsv_decoder_select="qsvdec vc1_qsv_hwaccel vc1_parser"
|
|||||||
vp8_qsv_decoder_deps="libmfx"
|
vp8_qsv_decoder_deps="libmfx"
|
||||||
vp8_qsv_decoder_select="qsvdec vp8_qsv_hwaccel vp8_parser"
|
vp8_qsv_decoder_select="qsvdec vp8_qsv_hwaccel vp8_parser"
|
||||||
|
|
||||||
nvenc_h264_encoder_deps="nvenc"
|
nvenc_h264_encoder_select="h264_nvenc_encoder"
|
||||||
nvenc_hevc_encoder_deps="nvenc"
|
nvenc_hevc_encoder_select="hevc_nvenc_encoder"
|
||||||
|
|
||||||
# parsers
|
# parsers
|
||||||
h264_parser_select="golomb h264dsp h264parse"
|
h264_parser_select="golomb h264dsp h264parse"
|
||||||
|
Reference in New Issue
Block a user