early-access version 2853
This commit is contained in:
16
externals/vcpkg/ports/avcpp/0002-av_init_packet_deprecation.patch
vendored
Executable file
16
externals/vcpkg/ports/avcpp/0002-av_init_packet_deprecation.patch
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index a5fed05..7875b91 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -24,6 +24,11 @@ set (AVCPP_WARNING_OPTIONS
|
||||
$<$<CXX_COMPILER_ID:MSVC>:
|
||||
/W4>)
|
||||
|
||||
+# fixes vcpkg uwp failures due to /sdl
|
||||
+if(MSVC)
|
||||
+ add_compile_options(/wd4996)
|
||||
+endif()
|
||||
+
|
||||
# -pthread sets also some useful compile-time flags
|
||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
find_package(Threads)
|
Reference in New Issue
Block a user