Thank you, Jim. The dependencies file really helped me. Building cURL was not happening ;) (It kept screaming that CURL_LIB was not found. I found out that compiling x264 is no fun, either!
Anyhow, I managed to get it to generate the solution file, but did get one error: libdshowcapture/source/capture-filter.cpp is not found.
Perhaps this is just something that was accidentally left in the CMakeLists file?
Or, have I not installed something? The project "win-dshow" is unavailable in VS2013, although the obs-mp does compile and run in debug.
Running Windows 10 (if that makes any difference)
======================================================================
Below is the output from the CMake GUI.
=======================================================================
The C compiler identification is MSVC 18.0.40629.0
The CXX compiler identification is MSVC 18.0.40629.0
Check for working C compiler using: Visual Studio 12 2013 Win64
Check for working C compiler using: Visual Studio 12 2013 Win64 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 12 2013 Win64
Check for working CXX compiler using: Visual Studio 12 2013 Win64 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
OBS_VERSION: 0.0.1
Found FFmpeg: C:/DEV/obs-studio/dependencies/win64/include/../bin/avcodec.lib (found version "57.3.100") found components: avcodec avfilter avdevice avutil swscale avformat swresample
Jansson >=2.5 not found, building bundled version
Found FFmpeg: C:/DEV/obs-studio/dependencies/win64/include/../bin/avformat.lib (found version "57.2.100") found components: avformat avutil swscale swresample avcodec
Using libavcodec for image loading in libobs
Found FFmpeg: C:/DEV/obs-studio/dependencies/win64/include/../bin/avcodec.lib (found version "57.3.100") found components: avcodec avutil
Libfdk not found - obs-libfdk plugin disabled
Found FFmpeg: C:/DEV/obs-studio/dependencies/win64/include/../bin/avcodec.lib (found version "57.3.100") found components: avcodec avfilter avdevice avutil swscale avformat swresample
Found FFmpeg: C:/DEV/obs-studio/dependencies/win64/include/../bin/avcodec.lib (found version "57.3.100") found components: avcodec avutil avformat
Configuring done
CMake Error at plugins/win-dshow/CMakeLists.txt:46 (add_library):
Cannot find source file:
libdshowcapture/source/capture-filter.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
CMake Error: CMake can not determine linker language for target: win-dshow
Generating done
=============================================================================
-Rich