mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-23 20:05:11 +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,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 a new issue