diff options
Diffstat (limited to 'media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch')
-rw-r--r-- | media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch b/media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch new file mode 100644 index 000000000000..f8e1ca1ef848 --- /dev/null +++ b/media-sound/xineadump/files/xineadump-0.1-gcc-4.4.patch @@ -0,0 +1,11 @@ +diff -ur xineadump.orig/src/waveencoder.cpp xineadump/src/waveencoder.cpp +--- xineadump.orig/src/waveencoder.cpp 2007-08-05 02:39:36.000000000 +0300 ++++ xineadump/src/waveencoder.cpp 2009-07-05 18:57:47.000000000 +0300 +@@ -19,6 +19,7 @@ + ***************************************************************************/ + + #include "waveencoder.h" ++#include <cstdio> + + #define WAVE_HEADER_SIZE 44 + #define PCM_BUFFER_SIZE 0x10000 // 64KB |