[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdemultimedia
From:       Jonathan Riddell <jr () jriddell ! org>
Date:       2007-09-18 18:43:20
Message-ID: 1190141000.795086.23650.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 714096 by jriddell:

gcc 4.3 fixes

 M  +1 -0      arts/modules/synth/synth_cdelay_impl.cc  
 M  +1 -0      arts/runtime/artsbuilderloader_impl.cc  
 M  +2 -0      mpeglib/lib/mpegplay/decoderClass.cpp  
 M  +2 -0      mpeglib/lib/splay/mpegAudioInfo.cpp  
 M  +1 -0      noatun/library/noatunarts/Equalizer_impl.cpp  
 M  +1 -0      noatun/library/noatunarts/FFTScopes.cpp  
 M  +1 -0      noatun/modules/winskin/vis/winSkinFFT_impl.cpp  


--- branches/KDE/3.5/kdemultimedia/arts/modules/synth/synth_cdelay_impl.cc #714095:714096
@@ -26,6 +26,7 @@
 #include "stdsynthmodule.h"
 
 #include <math.h>
+#include <cstring>
 
 using namespace Arts;
 
--- branches/KDE/3.5/kdemultimedia/arts/runtime/artsbuilderloader_impl.cc #714095:714096
@@ -29,6 +29,7 @@
 #include <unistd.h>
 #include <dirent.h>
 #include <set>
+#include <cstring>
 
 
 using namespace Arts;
--- branches/KDE/3.5/kdemultimedia/mpeglib/lib/mpegplay/decoderClass.cpp #714095:714096
@@ -19,7 +19,9 @@
 
 
 
+#ifndef NDEBUG
 #define NDEBUG
+#endif
 #include <assert.h>
 
 
--- branches/KDE/3.5/kdemultimedia/mpeglib/lib/splay/mpegAudioInfo.cpp #714095:714096
@@ -10,7 +10,9 @@
 
  */
 
+#ifndef _FROM_SOURCE
 #define _FROM_SOURCE 1
+#endif
 #include "dxHead.h"
 #include <string.h>
 #include "mpegAudioInfo.h"
--- branches/KDE/3.5/kdemultimedia/noatun/library/noatunarts/Equalizer_impl.cpp #714095:714096
@@ -23,6 +23,7 @@
 #include "fft.h"
 #include <stdsynthmodule.h>
 #include <math.h>
+#include <cstring>
 
 using namespace std;
 using namespace Arts;
--- branches/KDE/3.5/kdemultimedia/noatun/library/noatunarts/FFTScopes.cpp #714095:714096
@@ -24,6 +24,7 @@
 #include "fft.h"
 #include <stdsynthmodule.h>
 #include <cmath>
+#include <cstring>
 
 #include <iostream>
 
--- branches/KDE/3.5/kdemultimedia/noatun/modules/winskin/vis/winSkinFFT_impl.cpp #714095:714096
@@ -14,6 +14,7 @@
 
 #include "winSkinFFT_impl.h"
 #include <audiosubsys.h>
+#include <cstring>
 
 #define __BANDS  75
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic