changeset 575:87b221edc925 libavutil

Don't include byteswap.h anymore.
author cehoyos
date Sun, 12 Oct 2008 19:50:24 +0000
parents 5e52a169969c
children 481638df1e8b
files bswap.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/bswap.h	Thu Oct 02 10:47:05 2008 +0000
+++ b/bswap.h	Sun Oct 12 19:50:24 2008 +0000
@@ -30,10 +30,6 @@
 #include "config.h"
 #include "common.h"
 
-#ifdef HAVE_BYTESWAP_H
-#include <byteswap.h>
-#else
-
 static av_always_inline av_const uint16_t bswap_16(uint16_t x)
 {
 #if defined(ARCH_X86)
@@ -108,8 +104,6 @@
 #endif
 }
 
-#endif  /* !HAVE_BYTESWAP_H */
-
 // be2me ... BigEndian to MachineEndian
 // le2me ... LittleEndian to MachineEndian