summaryrefslogtreecommitdiffstats
path: root/media/media.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'media/media.gyp')
-rw-r--r--media/media.gyp21
1 files changed, 21 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp
index 7ef2bae..1f866ee 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -362,6 +362,27 @@
},
},
},
+ {
+ 'target_name': 'mfdecoder',
+ 'type': 'executable',
+ 'dependencies': [
+ 'media',
+ '../base/base.gyp:base',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'tools/mfdecoder/main.cc',
+ 'tools/mfdecoder/mfdecoder.h',
+ 'tools/mfdecoder/mfdecoder.cc',
+ ],
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'SubSystem': '1', # Set /SUBSYSTEM:CONSOLE
+ },
+ },
+ },
],
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {