obs-ffmpeg: avoid w32-pthreads for mingw-w64

mingw-w64 provides its own pthreads library
master
martell 2015-02-05 07:09:48 +00:00 committed by jp9000
parent 27c4336eed
commit b8055ed944
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project(obs-ffmpeg)
if(WIN32)
if(MSVC)
set(obs-ffmpeg_PLATFORM_DEPS
w32-pthreads)
endif()