diff options
Diffstat (limited to 'media/media.gyp')
-rw-r--r-- | media/media.gyp | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/media/media.gyp b/media/media.gyp index 768abc8..ece65c7 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -216,15 +216,19 @@ 'tools/wav_ola_test.cc' ], }, - { - 'target_name': 'qt_faststart', - 'type': 'executable', - 'sources': [ - 'tools/qt_faststart.c' - ], - }, ], 'conditions': [ + ['target_arch!="x64"', { + 'targets': [ + { + 'target_name': 'qt_faststart', + 'type': 'executable', + 'sources': [ + 'tools/qt_faststart.c' + ], + }, + ], + }], ['OS=="win"', { 'targets': [ { |