enc-amf: Version 2.3.1
Code Changes: - Removed flag BUILD_AMF_ENCODER. - AMF SDK is now a submodule of the plugin, no longer requiring extra steps. Plugin Changes: - 'Bitrate.Target' has been renamed to 'bitrate' internally, improving support for "New Networking Code" and "Replay Buffer" which incorrectly rely on this value instead of taking the average bitrate of packets sent over the last second. - Drivers with a runtime older than 1.4.6.0 are blacklisted now. - All hidden and experimental options have been removed.
This commit is contained in:
@@ -16,13 +16,10 @@ if(WIN32)
|
||||
add_subdirectory(win-mf)
|
||||
add_subdirectory(obs-qsv11)
|
||||
add_subdirectory(vlc-video)
|
||||
option(BUILD_AMF_ENCODER "Build AMD Advanced Media Framework encoder module" OFF)
|
||||
if (BUILD_AMF_ENCODER)
|
||||
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/enc-amf/CMakeLists.txt")
|
||||
add_subdirectory(enc-amf)
|
||||
else()
|
||||
message(STATUS "enc-amf submodule not found! Please fetch submodules. enc-amf plugin disabled.")
|
||||
endif()
|
||||
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/enc-amf/CMakeLists.txt")
|
||||
add_subdirectory(enc-amf)
|
||||
else()
|
||||
message(STATUS "enc-amf submodule not found! Please fetch submodules. enc-amf plugin disabled.")
|
||||
endif()
|
||||
if (MSVC)
|
||||
add_subdirectory(win-ivcam)
|
||||
|
Reference in New Issue
Block a user