summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/h264qpel.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-27 00:37:32 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-30 12:19:44 +0200
commita053dbfcfb3aca091773c38e82bdd0863216fc7b (patch)
tree4a5ff106a0b9507e549f0ea266da3ce89d1fc78b /libavcodec/ppc/h264qpel.c
parentf5eecee865a731d2412fde2f73c29f8f8115c499 (diff)
downloadffmpeg-streaming-a053dbfcfb3aca091773c38e82bdd0863216fc7b.zip
ffmpeg-streaming-a053dbfcfb3aca091773c38e82bdd0863216fc7b.tar.gz
ppc: Move AltiVec utility headers out of AltiVec ifdefs
Now that the headers themselves have ifdef protection this is no longer necessary and more consistent with normal include handling.
Diffstat (limited to 'libavcodec/ppc/h264qpel.c')
-rw-r--r--libavcodec/ppc/h264qpel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ppc/h264qpel.c b/libavcodec/ppc/h264qpel.c
index 7700294..113617c 100644
--- a/libavcodec/ppc/h264qpel.c
+++ b/libavcodec/ppc/h264qpel.c
@@ -20,15 +20,15 @@
#include "config.h"
#include "libavutil/attributes.h"
-#include "libavcodec/h264qpel.h"
-
-#if HAVE_ALTIVEC
#include "libavutil/cpu.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/ppc/types_altivec.h"
#include "libavutil/ppc/util_altivec.h"
+#include "libavcodec/h264qpel.h"
#include "dsputil_altivec.h"
+#if HAVE_ALTIVEC
+
#define PUT_OP_U8_ALTIVEC(d, s, dst) d = s
#define AVG_OP_U8_ALTIVEC(d, s, dst) d = vec_avg(dst, s)
OpenPOWER on IntegriCloud