summaryrefslogtreecommitdiff
path: root/libyuv_test.gyp
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com@16f28f9a-4ce2-e073-06de-1de4eb20be90>2013-04-09 20:55:05 +0000
committerfbarchard@google.com <fbarchard@google.com@16f28f9a-4ce2-e073-06de-1de4eb20be90>2013-04-09 20:55:05 +0000
commit474e0f058f8e0d70ab0099fcb209e8df95d84aa8 (patch)
tree79bc78efcc85f6ee097abc1c7615ccaa356511e7 /libyuv_test.gyp
parent16fc2c6a54ebf17e72d6ced8458346e5eca3e806 (diff)
downloadlibyuv-474e0f058f8e0d70ab0099fcb209e8df95d84aa8.tar.gz
Convert util
BUG=209 TEST=none Review URL: https://webrtc-codereview.appspot.com/1299006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@651 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'libyuv_test.gyp')
-rw-r--r--libyuv_test.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/libyuv_test.gyp b/libyuv_test.gyp
index 2c49a2c..447881a 100644
--- a/libyuv_test.gyp
+++ b/libyuv_test.gyp
@@ -76,6 +76,24 @@
}],
], # conditions
},
+ {
+ 'target_name': 'convert',
+ 'type': 'executable',
+ 'dependencies': [
+ 'libyuv.gyp:libyuv',
+ ],
+ 'sources': [
+ # sources
+ 'util/convert.cc',
+ ],
+ 'conditions': [
+ ['OS=="linux"', {
+ 'cflags': [
+ '-fexceptions',
+ ],
+ }],
+ ], # conditions
+ },
# TODO(fbarchard): Enable SSE2 and OpenMP for better performance.
{
'target_name': 'psnr',