Index: ffmpeg.gyp |
diff --git a/ffmpeg.gyp b/ffmpeg.gyp |
index b044ce7ae8556fac3c30dc5a24c0f4684a3e36f2..4d382db3ab71c028067454f63743f21e24d83f5b 100644 |
--- a/ffmpeg.gyp |
+++ b/ffmpeg.gyp |
@@ -40,7 +40,7 @@ |
# Allow overriding the selection of which FFmpeg binaries to copy via an |
# environment variable. Affects the ffmpeg_binaries target. |
'conditions': [ |
- ['armv7 == 1 and arm_neon == 1', { |
+ ['target_arch == "arm" and armv7 == 1 and arm_neon == 1', { |
# Need a separate config for arm+neon vs arm |
'ffmpeg_config%': 'arm-neon', |
}, { |