commit
b183b49b5e
|
@ -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
|
Loading…
Reference in New Issue