changeset 27718:6578ae4725bb

Remove check for byteswap.h, it was removed from FFmpeg.
author diego
date Mon, 13 Oct 2008 14:17:25 +0000
parents a4068098d6b4
children d611a8a200d5
files configure
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 12 22:12:24 2008 +0000
+++ b/configure	Mon Oct 13 14:17:25 2008 +0000
@@ -2976,21 +2976,6 @@
 echores "$_alloca"
 
 
-echocheck "byteswap.h"
-cat > $TMPC << EOF
-#include <byteswap.h>
-int main(void) {  bswap_16(0); return 0; }
-EOF
-_byteswap_h=no
-cc_check && _byteswap_h=yes
-if cc_check ; then
-  _def_byteswap_h='#define HAVE_BYTESWAP_H 1'
-else
-  _def_byteswap_h='#undef HAVE_BYTESWAP_H'
-fi
-echores "$_byteswap_h"
-
-
 echocheck "mman.h"
 cat > $TMPC << EOF
 #include <sys/types.h>
@@ -8676,9 +8661,6 @@
 #define ENABLE_THREADS 0
 #endif
 
-/* Define this if your system has the "byteswap.h" header file */
-$_def_byteswap_h
-
 /* Use libavcodec's decoders */
 #define CONFIG_DECODERS 1
 #define ENABLE_DECODERS 1