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

github.com/mpc-hc/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/ppc
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/ppc')
-rw-r--r--libavutil/ppc/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/ppc/cpu.c b/libavutil/ppc/cpu.c
index 20837dae11..d51e3fa659 100644
--- a/libavutil/ppc/cpu.c
+++ b/libavutil/ppc/cpu.c
@@ -29,6 +29,7 @@
#endif /* __APPLE__ */
#include "libavutil/cpu.h"
+#include "libavutil/cpu_internal.h"
#include "config.h"
/**