summaryrefslogtreecommitdiff
path: root/libavutil/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/ppc')
-rw-r--r--libavutil/ppc/intreadwrite.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/ppc/intreadwrite.h b/libavutil/ppc/intreadwrite.h
index f9898172c5..7bc2b2d4b3 100644
--- a/libavutil/ppc/intreadwrite.h
+++ b/libavutil/ppc/intreadwrite.h
@@ -24,6 +24,8 @@
#include <stdint.h>
#include "config.h"
+#if HAVE_XFORM_ASM
+
#define AV_RL16 AV_RL16
static inline uint16_t AV_RL16(const void *p)
{
@@ -93,6 +95,8 @@ static inline void AV_WL64(void *p, uint64_t v)
#endif /* HAVE_LDBRX */
+#endif /* HAVE_XFORM_ASM */
+
/*
* GCC fails miserably on the packed struct version which is used by
* default, so we override it here.