summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-14 20:33:50 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-14 20:33:50 +0000
commit3031638f0ddf23654b72af2088a7616791307310 (patch)
tree4d0bbdaf3e2a5317c8e5d36a08241e5ba2b63f09 /src/lib/util.h
parentfad726e94700bccdae0d301d54cdb1eab51cc71f (diff)
parentb9ee74b24dad91e3fee9ead44ea9a52328b20f25 (diff)
Merge master.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
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