0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

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

mingw-w64 provides its own pthreads library
This commit is contained in:
martell 2015-02-05 07:09:48 +00:00 committed by jp9000
parent 27c4336eed
commit b8055ed944

View File

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