mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-14 15:55:07 +00:00
code: Rename encoder::ffmpeg::prores_aw
This commit is contained in:
parent
78310f9c63
commit
fc8ebc7bf3
3 changed files with 3 additions and 3 deletions
|
@ -1191,13 +1191,13 @@ 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
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# DNxHR
|
# DNxHR
|
||||||
is_feature_enabled(ENCODER_FFMPEG_DNXHR T_CHECK)
|
is_feature_enabled(ENCODER_FFMPEG_DNXHR T_CHECK)
|
||||||
|
|
Loading…
Reference in a new issue