rooneypark / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

libav fails ncval on linux #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Greg (CC'ed) reports issues with nc validation with the 64-bit build on linux.

Original issue reported on code.google.com by s...@chromium.org on 13 Jun 2013 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by s...@chromium.org on 14 Jun 2013 at 12:04

GoogleCodeExporter commented 9 years ago
Reviewers: Sam Clegg, scr,

Message:
Committed patchset #2 manually as r789 (presubmit successful).

Description:
Disable assembly for libav.

BUG=https://code.google.com/p/naclports/issues/detail?id=75
R=sbc@chromium.org

Committed: https://code.google.com/p/naclports/source/detail?r=789

Please review this at https://codereview.chromium.org/16860013/

SVN Base: https://naclports.googlecode.com/svn/trunk/src

Affected files:
  M libraries/libav/nacl-libav.sh

Index: libraries/libav/nacl-libav.sh
diff --git a/libraries/libav/nacl-libav.sh b/libraries/libav/nacl-libav.sh
index 
f772f5e1ad2de9c126e87d639c1f9affecedf9c0..7cc956fa13562aa8c8fec89bcefce1beb1cca7
1c 100755
--- a/libraries/libav/nacl-libav.sh
+++ b/libraries/libav/nacl-libav.sh
@@ -25,6 +25,8 @@ CustomConfigureStep() {
     --enable-gpl \
     --enable-static \
     --enable-cross-compile \
+    --disable-asm \
+    --disable-inline-asm \
     --disable-programs \
     --disable-ssse3 \
     --disable-mmx \

Original comment by s...@chromium.org on 14 Jun 2013 at 12:06