vlc | branch: master | Thomas Guillem <[email protected]> | Tue Nov 21 15:19:59 2017 +0100| [bf57d10f575f358f1f0fc47bc9a526ad80990d00] | committer: Thomas Guillem
chroma: copy: disable SSSE3 with chroma_copy_test > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf57d10f575f358f1f0fc47bc9a526ad80990d00 --- modules/video_chroma/copy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/video_chroma/copy.c b/modules/video_chroma/copy.c index 0f9e862489..b4175cda98 100644 --- a/modules/video_chroma/copy.c +++ b/modules/video_chroma/copy.c @@ -115,6 +115,8 @@ void CopyCleanCache(copy_cache_t *cache) # define vlc_CPU_SSE4_1() (0) # undef vlc_CPU_SSE3 # define vlc_CPU_SSE3() (0) +# undef vlc_CPU_SSSE3 +# define vlc_CPU_SSSE3() (0) # undef vlc_CPU_SSE2 # define vlc_CPU_SSE2() (0) #endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
