X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Futil.h;h=42514a12c92f9f863944ab0018d16b5b8e573533;hb=a183c1776cfd020a37d028ebb0f641352f49697b;hp=be70eb25997ca23b6473483bdc1e9df2c37a9e8f;hpb=11d0d8d07917543d6c40a6bb1fe5581ae216f5aa;p=dcpomatic.git diff --git a/src/lib/util.h b/src/lib/util.h index be70eb259..42514a12c 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -153,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 cpu_info (); class LocaleGuard {