diff --git a/plugins/obs-ffmpeg/CMakeLists.txt b/plugins/obs-ffmpeg/CMakeLists.txt index 90460880e..a29d81a8a 100644 --- a/plugins/obs-ffmpeg/CMakeLists.txt +++ b/plugins/obs-ffmpeg/CMakeLists.txt @@ -1,6 +1,6 @@ project(obs-ffmpeg) -if(WIN32) +if(MSVC) set(obs-ffmpeg_PLATFORM_DEPS w32-pthreads) endif()