Commit 15160770 authored by Clement Guedez's avatar Clement Guedez

don't build quicksync if not explicitly

parent b04fecfd
...@@ -3,7 +3,7 @@ if(DISABLE_RTMP) ...@@ -3,7 +3,7 @@ if(DISABLE_RTMP)
endif(DISABLE_RTMP) endif(DISABLE_RTMP)
if(NOT RTMP_QUICKSYNC) if(NOT RTMP_QUICKSYNC)
set(RTMP_QUICKSYNC OFF) set(RTMP_QUICKSYNC OFF CACHE BOOL "")
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment