[x265] [PATCH] multilib: fix multiple definition of pelFilterLumaStrong_c

dnyaneshwar at multicorewareinc.com dnyaneshwar at multicorewareinc.com
Fri Oct 16 07:21:47 CEST 2015


# HG changeset patch
# User Dnyaneshwar G <dnyaneshwar at multicorewareinc.com>
# Date 1444972708 -19800
#      Fri Oct 16 10:48:28 2015 +0530
# Node ID 76a36eabd4be405fc4880d882499a754c3f190fa
# Parent  fe65544b6c40d7cd62c2b86275bf98b264b6edb0
multilib: fix multiple definition of pelFilterLumaStrong_c

diff -r fe65544b6c40 -r 76a36eabd4be source/common/loopfilter.cpp
--- a/source/common/loopfilter.cpp	Wed Oct 07 13:42:41 2015 +0530
+++ b/source/common/loopfilter.cpp	Fri Oct 16 10:48:28 2015 +0530
@@ -138,7 +138,7 @@
     }
 }
 
-void pelFilterLumaStrong_c(pixel* src, intptr_t srcStep, intptr_t offset, int32_t tcP, int32_t tcQ)
+static void pelFilterLumaStrong_c(pixel* src, intptr_t srcStep, intptr_t offset, int32_t tcP, int32_t tcQ)
 {
     for (int32_t i = 0; i < UNIT_SIZE; i++, src += srcStep)
     {


More information about the x265-devel mailing list