From 22b252119a094100139d3655de64b5adb00d8c8d Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Sat, 10 Oct 2015 18:11:32 +1100 Subject: [PATCH] project: Update for recent upstream merge. --- SMP/config.asm | 1 + SMP/config.h | 1 + SMP/libavcodec.vcxproj | 6 ++++++ SMP/libavcodec.vcxproj.filters | 9 +++++++++ 4 files changed, 17 insertions(+) diff --git a/SMP/config.asm b/SMP/config.asm index 619751cc09..1d55df63d4 100644 --- a/SMP/config.asm +++ b/SMP/config.asm @@ -316,6 +316,7 @@ %define HAVE_SYSCONF 0 %define HAVE_SYSCTL 0 %define HAVE_USLEEP 0 +%define HAVE_UTGETOSTYPEFROMSTRING 0 %define HAVE_VIRTUALALLOC 1 %define HAVE_WGLGETPROCADDRESS 1 %define HAVE_PTHREADS 0 diff --git a/SMP/config.h b/SMP/config.h index cdba4fba7e..394bfeb541 100644 --- a/SMP/config.h +++ b/SMP/config.h @@ -347,6 +347,7 @@ #define HAVE_SYSCONF 0 #define HAVE_SYSCTL 0 #define HAVE_USLEEP 0 +#define HAVE_UTGETOSTYPEFROMSTRING 0 #define HAVE_VIRTUALALLOC 1 #define HAVE_WGLGETPROCADDRESS 1 #define HAVE_PTHREADS 0 diff --git a/SMP/libavcodec.vcxproj b/SMP/libavcodec.vcxproj index 893a1290b3..102f256ecc 100644 --- a/SMP/libavcodec.vcxproj +++ b/SMP/libavcodec.vcxproj @@ -119,6 +119,7 @@ + @@ -1226,6 +1227,9 @@ + + $(IntDir)\libavcodec_takdsp.obj + @@ -1723,6 +1727,8 @@ + + diff --git a/SMP/libavcodec.vcxproj.filters b/SMP/libavcodec.vcxproj.filters index e6b32f57d8..cce8b81add 100644 --- a/SMP/libavcodec.vcxproj.filters +++ b/SMP/libavcodec.vcxproj.filters @@ -201,6 +201,9 @@ Source Files\libavcodec\x86 + + Source Files\libavcodec\x86 + Source Files\libavcodec\x86 @@ -1835,6 +1838,9 @@ Source Files\libavcodec + + Source Files\libavcodec + Source Files\libavcodec @@ -2564,6 +2570,9 @@ Source Files\libavcodec\x86 + + Source Files\libavcodec\x86 + Source Files\libavcodec\x86 -- GitLab