Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3370)

Unified Diff: build/common.gypi

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix many thread issues Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b07d90169fd8c5a0a014aea4634fd1a3e42d25d3..94f238e6169128f41090833f9c8d13f95aea56ad 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3628,7 +3628,8 @@
'debug_optimize%': '0',
},
'defines': [
- '_DEBUG',
+ #'_DEBUG',
wuchengli 2015/04/14 09:41:43 revert
kcwu 2015/04/14 20:02:34 Done.
+ 'NDEBUG',
],
'cflags': [
'-O>(debug_optimize)',

Powered by Google App Engine
This is Rietveld 408576698