wok diff gnuradio/stuff/patches/float_array_to_int.patch @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnuradio/stuff/patches/float_array_to_int.patch	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- float_array_to_int.cc.orig	2019-04-20 13:42:10.147211609 +0100
     1.5 ++++ float_array_to_int.cc	2019-04-20 13:41:39.011674158 +0100
     1.6 +@@ -19,6 +19,7 @@
     1.7 +  * the Free Software Foundation, Inc., 51 Franklin Street,
     1.8 +  * Boston, MA 02110-1301, USA.
     1.9 +  */
    1.10 ++#define __STDC_LIMIT_MACROS
    1.11 + 
    1.12 + #ifdef HAVE_CONFIG_H
    1.13 + #include <config.h>