]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
- updated
authorsparky <sparky@pld-linux.org>
Wed, 18 Nov 2009 03:22:23 +0000 (03:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mplayer-check-byteswap.patch -> 1.2

mplayer-check-byteswap.patch

index 9f665e4a50532ef94f86664412cc5bf72bb73641..2e5cdd0798e7bdca4330e1f355c54d9e853a00d8 100644 (file)
@@ -12,9 +12,9 @@
 +_byteswap=no
 +cc_check && _byteswap=yes
 +if cc_check ; then
-+  _def_byteswap='#define HAVE_BYTESWAP_H 1'
++  def_byteswap='#define HAVE_BYTESWAP_H 1'
 +else
-+  _def_byteswap='#undef HAVE_BYTESWAP_H'
++  def_byteswap='#undef HAVE_BYTESWAP_H'
 +fi
 +echores "$_byteswap"
 +
  echocheck "mman.h"
  cat > $TMPC << EOF
  #include <sys/types.h>
-@@ -7949,6 +7964,9 @@
- /* Define this if your system has the "alloca.h" header file */
- $_def_alloca
-+/* yes, we have byteswap.h */
-+$_def_byteswap
-+
- /* Define this if your system has the "sys/mman.h" header file */
- $_def_mman
- $_def_mman_has_map_failed
+@@ -8568,6 +8568,7 @@
+ $def_alsa_asoundlib_h
+ $def_altivec_h
+ $def_malloc_h
++$def_byteswap
+ $def_mman_h
+ $def_mman_has_map_failed
+ $def_soundcard_h
This page took 0.053556 seconds and 4 git commands to generate.