[x265] [PATCH] fix 16bpp build fail due to intra-sse41.cpp
    yuvaraj at multicorewareinc.com 
    yuvaraj at multicorewareinc.com
       
    Tue Dec  3 07:44:27 CET 2013
    
    
  
# HG changeset patch
# User Yuvaraj Venkatesh <yuvaraj at multicorewareinc.com>
# Date 1386053055 -19800
#      Tue Dec 03 12:14:15 2013 +0530
# Node ID e38b9f374c42900aa0268d45b49dbc0e07b5c776
# Parent  ca7bd538e052d104b1b333691836db37739cfdf0
fix 16bpp build fail due to intra-sse41.cpp
diff -r ca7bd538e052 -r e38b9f374c42 source/common/vec/intra-sse41.cpp
--- a/source/common/vec/intra-sse41.cpp	Mon Dec 02 20:26:19 2013 -0600
+++ b/source/common/vec/intra-sse41.cpp	Tue Dec 03 12:14:15 2013 +0530
@@ -8112,10 +8112,9 @@
 #undef HALF
 #undef N
 }
-
+#endif
 #endif // if !HIGH_BIT_DEPTH
 }
-#endif
 
 namespace x265 {
 void Setup_Vec_IPredPrimitives_sse41(EncoderPrimitives& p)
    
    
More information about the x265-devel
mailing list