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

Unified Diff: libraries/ffmpeg-0.5/nacl-ffmpeg-0.5.sh

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: Created 8 years 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
Index: libraries/ffmpeg-0.5/nacl-ffmpeg-0.5.sh
diff --git a/libraries/ffmpeg-0.5/nacl-ffmpeg-0.5.sh b/libraries/ffmpeg-0.5/nacl-ffmpeg-0.5.sh
index 2c7026e97c6abbe3364cb0846267e3a24f31e601..e1e30bc013c2fcf57366d21c5115ee1424de5b2e 100755
--- a/libraries/ffmpeg-0.5/nacl-ffmpeg-0.5.sh
+++ b/libraries/ffmpeg-0.5/nacl-ffmpeg-0.5.sh
@@ -25,7 +25,7 @@ CustomConfigureStep() {
MakeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}/${PACKAGE_NAME}-build
ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}/${PACKAGE_NAME}-build
local extra_args=""
- if [ "${NACL_PACKAGES_BITSIZE}" == pnacl ]; then
+ if [ "${NACL_ARCH}" = pnacl ]; then
extra_args="--cc=pnacl-clang --arch=pnacl"
fi
../configure \

Powered by Google App Engine
This is Rietveld 408576698