aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorZhao Zhili <zhilizhao@tencent.com>2025-07-06 16:05:53 +0800
committerZhao Zhili <zhilizhao@tencent.com>2025-07-18 14:45:13 +0800
commite7f44f8cd863d29e74a5604cfcdaba374d64735b (patch)
tree01ac5badf5af814d1e7bc56fa33630652ccf306a /configure
parentfbda5ffb95382ed3b51a3577f9287c8eb548b0b7 (diff)
downloadffmpeg-e7f44f8cd863d29e74a5604cfcdaba374d64735b.tar.gz
avcodec/ohdec: Add h264/hevc OpenHarmony decoders
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index e4a71671e0..4a8df7fc05 100755
--- a/configure
+++ b/configure
@@ -3411,6 +3411,8 @@ h264_mf_encoder_deps="mediafoundation"
h264_mmal_decoder_deps="mmal"
h264_nvenc_encoder_deps="nvenc"
h264_nvenc_encoder_select="atsc_a53"
+h264_oh_decoder_deps="ohcodec"
+h264_oh_decoder_select="h264_mp4toannexb_bsf"
h264_omx_encoder_deps="omx"
h264_qsv_decoder_select="h264_mp4toannexb_bsf qsvdec"
h264_qsv_encoder_select="atsc_a53 qsvenc"
@@ -3433,6 +3435,8 @@ hevc_mediacodec_encoder_select="extract_extradata_bsf hevc_metadata"
hevc_mf_encoder_deps="mediafoundation"
hevc_nvenc_encoder_deps="nvenc"
hevc_nvenc_encoder_select="atsc_a53"
+hevc_oh_decoder_deps="ohcodec"
+hevc_oh_decoder_select="hevc_mp4toannexb_bsf"
hevc_qsv_decoder_select="hevc_mp4toannexb_bsf qsvdec"
hevc_qsv_encoder_select="hevcparse qsvenc"
hevc_rkmpp_decoder_deps="rkmpp"