diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-20 17:49:01 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-28 23:54:14 +0200 |
commit | b78b10c4b78b696927f2801cf2d9f193b4eff28b (patch) | |
tree | d9a744906d92cd6e5232032415bef11e6d2b5b11 /libavutil/cpu.h | |
parent | 91d4cfb8127f1de6c4ad173a30fffe584700046d (diff) | |
download | ffmpeg-b78b10c4b78b696927f2801cf2d9f193b4eff28b.tar.gz |
avutil: Move internal CPU detection function declarations to private header
Diffstat (limited to 'libavutil/cpu.h')
-rw-r--r-- | libavutil/cpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h index f2c9c0f20e..8f2af28543 100644 --- a/libavutil/cpu.h +++ b/libavutil/cpu.h @@ -81,9 +81,4 @@ int av_parse_cpu_flags(const char *s); */ int av_cpu_count(void); -/* The following CPU-specific functions shall not be called directly. */ -int ff_get_cpu_flags_arm(void); -int ff_get_cpu_flags_ppc(void); -int ff_get_cpu_flags_x86(void); - #endif /* AVUTIL_CPU_H */ |