summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 14:17:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 14:17:25 +0000
commit7559876669340a1f94d28e356052c7a9978e1feb (patch)
tree1ec7313290ccc10046475a271db20ae5f0bef667 /configure
parent79e038985a431e03381ca376ce4fddaa962846d6 (diff)
downloadmpv-7559876669340a1f94d28e356052c7a9978e1feb.tar.bz2
mpv-7559876669340a1f94d28e356052c7a9978e1feb.tar.xz
Remove check for byteswap.h, it was removed from FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27752 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure b/configure
index f484aad386..5f65481827 100755
--- a/configure
+++ b/configure
@@ -2976,21 +2976,6 @@ fi
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 @@ $_def_pthreads
#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