Merge master.
[dcpomatic.git] / src / lib / util.h
index 65859309daaf9de91f8af1a2ce39ad182ffb71e7..42514a12c92f9f863944ab0018d16b5b8e573533 100644 (file)
@@ -45,6 +45,8 @@ extern "C" {
 #define TIMING(...)
 #endif
 
+#undef check
+
 /** The maximum number of audio channels that we can cope with */
 #define MAX_AUDIO_CHANNELS 6
 
@@ -151,7 +153,6 @@ private:
 };
 
 extern int64_t video_frames_to_audio_frames (ContentVideoFrame v, float audio_sample_rate, float frames_per_second);
-extern std::pair<std::string, int> cpu_info ();
 
 class LocaleGuard
 {