diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-13 13:46:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-13 13:46:04 +0000 |
| commit | 63cf599696abce2a4f67ba9d34697c5b804cd1c5 (patch) | |
| tree | 8130a5718e5297cb855cb13196d829e96e7e708c /src/lib/util.h | |
| parent | 4dacdd078baedf0046e6bfe1f4fe42b2c12a1ca8 (diff) | |
Put CPU info into log, on POSIX at least.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 0744d9c09..024c40fb5 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -280,6 +280,7 @@ private: extern int64_t video_frames_to_audio_frames (SourceFrame v, float audio_sample_rate, float frames_per_second); extern bool still_image_file (std::string); +extern std::pair<std::string, int> cpu_info (); #endif |
