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:
Michael Fabian 'Xaymar' Dirks 2017-12-13 23:14:54 +01:00
parent cf9f016820
commit e7c2381651
2 changed files with 5 additions and 8 deletions

View file

@ -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)

@ -1 +1 @@
Subproject commit 477006177bdfe8285885dae46ec89723b7604a69
Subproject commit 09e8a51e27a398647dfbc92ee8f24fd34ce5eebc