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

Unified Diff: config/config.h

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Updated to libsrtp 1.5.1 Created 5 years, 10 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
« no previous file with comments | « README.chromium ('k') | libsrtp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config/config.h
diff --git a/config/config.h b/config/config.h
index 39a7770170bd55c12223697dddb548e155fb165b..df281fec2106f3e0653d036a14876cb9a3b19220 100644
--- a/config/config.h
+++ b/config/config.h
@@ -2,5 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This is a stub config.h for libSRTP. It doesn't define anything because
-// build is configured by libsrtp.gyp.
+// This is a stub config.h for libSRTP. It doesn't define anything besides
+// version number strings because the build is configured by libsrtp.gyp.
+
+#define PACKAGE_STRING "libsrtp 1.5.0"
+#define PACKAGE_VERSION "1.5.0"
+
+#if defined(_MSC_VER) && !defined(__cplusplus)
+ // Microsoft provides "inline" only for C++ code
+ #define inline __inline
+#endif
« no previous file with comments | « README.chromium ('k') | libsrtp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698