mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
obs-qsv11: Add ENABLE_QSV11 option
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
option(ENABLE_QSV11 "Build Intel QSV11 Hardware Encoder." TRUE)
|
||||
|
||||
if(NOT ENABLE_QSV11)
|
||||
message(STATUS "NOT building Intel QSV11 Hardware Encoder.")
|
||||
return()
|
||||
endif()
|
||||
|
||||
project(obs-qsv11)
|
||||
|
||||
include_directories(libmfx/include/msdk/include)
|
||||
|
||||
Reference in New Issue
Block a user