Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: ports/libyuv/build.sh

Issue 1729913003: Update libyuv port (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/port_list.md ('k') | ports/libyuv/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/libyuv/build.sh
diff --git a/ports/libyuv/build.sh b/ports/libyuv/build.sh
index 80815f4349c3fcb67f6dc0efc6ddb6a504765a1e..42bef632fab81f27c8a3d285bff5444f1819c94e 100644
--- a/ports/libyuv/build.sh
+++ b/ports/libyuv/build.sh
@@ -13,10 +13,6 @@ fi
EnableGlibcCompat
-if [[ ${NACL_ARCH} == x86_64 ]]; then
- NACLPORTS_CPPFLAGS+=" -DLIBYUV_DISABLE_X86=1"
-fi
-
EXTRA_CMAKE_ARGS="-DTEST=ON"
EXTRA_CMAKE_ARGS+=" -DGTEST_SRC_DIR=${GTEST_SRC}"
@@ -28,7 +24,11 @@ TestStep() {
elif [[ ${NACL_ARCH} == x86_64 && ${TOOLCHAIN} == glibc ]]; then
filter="--gtest_filter=-libyuvTest.ARGBRect_Unaligned"
elif [[ ${NACL_ARCH} == pnacl ]]; then
- filter="--gtest_filter=-libyuvTest.MJPGToI420:libyuvTest.MJPGToARGB"
+ filter="--gtest_filter="
+ filter+="-libyuvTest.MJPGToI420"
+ filter+=":libyuvTest.MJPGToARGB"
+ filter+=":LibYUVConvertTest.MJPGToI420"
+ filter+=":LibYUVConvertTest.MJPGToARGB"
else
filter=
fi
« no previous file with comments | « docs/port_list.md ('k') | ports/libyuv/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698