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

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: revert .c file change Created 7 years, 11 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 | « libraries/agg-2.5/nacl-agg-2.5.sh ('k') | libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 \
« no previous file with comments | « libraries/agg-2.5/nacl-agg-2.5.sh ('k') | libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698