code: Rename encoder::ffmpeg::prores_aw
This commit is contained in:
parent
78310f9c63
commit
fc8ebc7bf3
|
@ -1191,8 +1191,8 @@ if(T_CHECK)
|
||||||
is_feature_enabled(ENCODER_FFMPEG_PRORES T_CHECK)
|
is_feature_enabled(ENCODER_FFMPEG_PRORES T_CHECK)
|
||||||
if(T_CHECK)
|
if(T_CHECK)
|
||||||
list(APPEND PROJECT_PRIVATE_SOURCE
|
list(APPEND PROJECT_PRIVATE_SOURCE
|
||||||
"source/encoders/ffmpeg/prores_aw_handler.hpp"
|
"source/encoders/ffmpeg/prores_aw.hpp"
|
||||||
"source/encoders/ffmpeg/prores_aw_handler.cpp"
|
"source/encoders/ffmpeg/prores_aw.cpp"
|
||||||
)
|
)
|
||||||
list(APPEND PROJECT_DEFINITIONS
|
list(APPEND PROJECT_DEFINITIONS
|
||||||
ENABLE_ENCODER_FFMPEG_PRORES
|
ENABLE_ENCODER_FFMPEG_PRORES
|
||||||
|
|
Loading…
Reference in New Issue