[SCM] soundtouch/master: Refresh

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Sep 20 23:48:19 UTC 2013


The following commit has been merged in the master branch:
commit b16d6e3a743d39be04acc8ea205867fec41f4d77
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Sep 21 01:48:16 2013 +0200

    Refresh

diff --git a/debian/patches/dont-use-integers-if-softfp.patch b/debian/patches/dont-use-integers-if-softfp.patch
index f30494b..fe3ee96 100644
--- a/debian/patches/dont-use-integers-if-softfp.patch
+++ b/debian/patches/dont-use-integers-if-softfp.patch
@@ -7,19 +7,19 @@ Bug-Debian: http://bugs.debian.org/723681
 Forwarded: not-needed
 Last-Update: 2013-09-19
 
---- soundtouch-1.7.1.orig/include/STTypes.h
-+++ soundtouch-1.7.1/include/STTypes.h
-@@ -78,13 +78,6 @@ namespace soundtouch
-     //#undef SOUNDTOUCH_INTEGER_SAMPLES
-     //#undef SOUNDTOUCH_FLOAT_SAMPLES
- 
--    #if (defined(__SOFTFP__))
--        // For Android compilation: Force use of Integer samples in case that
--        // compilation uses soft-floating point emulation - soft-fp is way too slow
--        #undef  SOUNDTOUCH_FLOAT_SAMPLES
--        #define SOUNDTOUCH_INTEGER_SAMPLES      1
--    #endif
--
-     #if !(SOUNDTOUCH_INTEGER_SAMPLES || SOUNDTOUCH_FLOAT_SAMPLES)
-        
-         /// Choose either 32bit floating point or 16bit integer sampletype
+--- a/include/STTypes.h
++++ b/include/STTypes.h
+@@ -78,13 +78,6 @@
+     //#undef SOUNDTOUCH_INTEGER_SAMPLES
+     //#undef SOUNDTOUCH_FLOAT_SAMPLES
+ 
+-    #if (defined(__SOFTFP__))
+-        // For Android compilation: Force use of Integer samples in case that
+-        // compilation uses soft-floating point emulation - soft-fp is way too slow
+-        #undef  SOUNDTOUCH_FLOAT_SAMPLES
+-        #define SOUNDTOUCH_INTEGER_SAMPLES      1
+-    #endif
+-
+     #if !(SOUNDTOUCH_INTEGER_SAMPLES || SOUNDTOUCH_FLOAT_SAMPLES)
+        
+         /// Choose either 32bit floating point or 16bit integer sampletype

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list