Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-29 16:04:29 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-29 16:05:15 +0400
commitc83d794936b2adacbdd7fee12cf14439a9ed2689 (patch)
tree19bec339467dd18ef5fffb164a6172d6d36c089f /libavutil/cpu.c
parent18a9deedb0b0da2d6675e14ecbb270477b7186b7 (diff)
parentb78b10c4b78b696927f2801cf2d9f193b4eff28b (diff)
Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'
* commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b': avutil: Move internal CPU detection function declarations to private header Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/cpu.c')
-rw-r--r--libavutil/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index cdea209d8d..8b1c56514b 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu.c
@@ -17,6 +17,7 @@
*/
#include "cpu.h"
+#include "cpu_internal.h"
#include "config.h"
#include "opt.h"
#include "common.h"