1
0

Support VS2017

This commit is contained in:
Hendrik Leppkes 2017-03-07 17:23:37 +01:00
parent 8b3951376d
commit 06535b0354
7 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/ipch
/bin_*
/common/includes/version_rev.h
/.vs

View File

@ -20,6 +20,7 @@
*/
#include <emmintrin.h>
#include <smmintrin.h>
// gpu_memcpy is a memcpy style function that copied data very fast from a
// GPU tiled memory (write back)

View File

@ -6,4 +6,7 @@
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '14.0'">
<PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '15.0'">
<PlatformToolset>v141_xp</PlatformToolset>
</PropertyGroup>
</Project>

View File

@ -22,6 +22,8 @@
#include "LAVVideoSettings.h"
#include "decoders/ILAVDecoder.h"
#include <emmintrin.h>
#define CONV_FUNC_PARAMS (const uint8_t* const src[4], const ptrdiff_t srcStride[4], uint8_t* dst[4], const ptrdiff_t dstStride[4], int width, int height, LAVPixelFormat inputFormat, int bpp, LAVOutPixFmts outputFormat)
#define DECLARE_CONV_FUNC(name) \

View File

@ -20,6 +20,7 @@
#pragma once
#include <emmintrin.h>
#include <smmintrin.h>
// Load the dithering coefficients for this line
// reg - register to load coefficients into

@ -1 +1 @@
Subproject commit bd38d58aa9db33ea17bb73eeff3a311501060af0
Subproject commit 97ae55b3c5dd953e0f3b2725d7ddd4e387d22e8f

@ -1 +1 @@
Subproject commit c0fb039708fde2ebe6affecfb7b4c2471a2542f5
Subproject commit 339f8d7000d7f3f93bfcc48323fa35186913c410