Index: third_party/widevine/cdm/android/widevine_cdm_version.h |
diff --git a/third_party/widevine/cdm/android/widevine_cdm_version.h b/third_party/widevine/cdm/android/widevine_cdm_version.h |
index c1584cfdd2a2d0231158f53dc24f24eee71bff71..df7a53b3119ffa3ef909e1b49426abb0126f20b5 100644 |
--- a/third_party/widevine/cdm/android/widevine_cdm_version.h |
+++ b/third_party/widevine/cdm/android/widevine_cdm_version.h |
@@ -7,12 +7,4 @@ |
#include "third_party/widevine/cdm/widevine_cdm_common.h" |
DaleCurtis
2014/12/12 23:07:28
What's the point of this file now? why not directl
ddorwin
2014/12/15 18:31:06
We assume that each platform has a version file.
sandersd (OOO until July 31)
2014/12/15 21:51:22
That's correct. It'll probably be a few separate C
|
-// Indicates that the Widevine CDM is available. |
-#define WIDEVINE_CDM_AVAILABLE |
- |
-// Indicates that AVC1 decoding is available for ISO BMFF CENC. |
-#define WIDEVINE_CDM_AVC1_SUPPORT_AVAILABLE |
-// Indicates that AAC decoding is available for ISO BMFF CENC. |
-#define WIDEVINE_CDM_AAC_SUPPORT_AVAILABLE |
- |
#endif // WIDEVINE_CDM_VERSION_H_ |