code: Rename encoder::ffmpeg::prores_aw

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-16 00:59:47 +02:00 committed by Xaymar
parent 78310f9c63
commit fc8ebc7bf3
3 changed files with 3 additions and 3 deletions

View file

@ -1191,13 +1191,13 @@ if(T_CHECK)
is_feature_enabled(ENCODER_FFMPEG_PRORES T_CHECK)
if(T_CHECK)
list(APPEND PROJECT_PRIVATE_SOURCE
"source/encoders/ffmpeg/prores_aw_handler.hpp"
"source/encoders/ffmpeg/prores_aw_handler.cpp"
"source/encoders/ffmpeg/prores_aw.hpp"
"source/encoders/ffmpeg/prores_aw.cpp"
)
list(APPEND PROJECT_DEFINITIONS
ENABLE_ENCODER_FFMPEG_PRORES
)
endif()
endif()
# DNxHR
is_feature_enabled(ENCODER_FFMPEG_DNXHR T_CHECK)