# HG changeset patch
# User Deepthi Nandakumar <[email protected]>
# Date 1381821358 -19800
# Node ID 895422c4408040a004c3b07ee54d2e39c263c3ea
# Parent 2edba3fc63dfd72891564419bc6e50b616913356
ipfilter: Fix for 16bpp build
diff -r 2edba3fc63df -r 895422c44080 source/common/vec/ipfilter-sse41.cpp
--- a/source/common/vec/ipfilter-sse41.cpp Mon Oct 14 14:39:57 2013 +0530
+++ b/source/common/vec/ipfilter-sse41.cpp Tue Oct 15 12:45:58 2013 +0530
@@ -34,6 +34,7 @@
#include <assert.h>
#include <string.h>
+#if !HIGH_BIT_DEPTH
namespace {
ALIGN_VAR_32(const uint16_t, c_512[16]) =
{
@@ -670,7 +671,8 @@
}
}
-#if HIGH_BIT_DEPTH
+#else
+
#define INSTRSET 5
#include "vectorclass.h"
namespace {
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel