From c13a5bcfcd39a60b06331e0e456f81187f336764 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Mon, 29 Oct 2007 23:48:18 +0000 Subject: Update to KDE 3.5.8 --- ...tch-kioslave_audiocd_plugins_lame-encoderlame.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 multimedia/kdemultimedia4/files/patch-kioslave_audiocd_plugins_lame-encoderlame.cpp (limited to 'multimedia/kdemultimedia4/files/patch-kioslave_audiocd_plugins_lame-encoderlame.cpp') diff --git a/multimedia/kdemultimedia4/files/patch-kioslave_audiocd_plugins_lame-encoderlame.cpp b/multimedia/kdemultimedia4/files/patch-kioslave_audiocd_plugins_lame-encoderlame.cpp new file mode 100644 index 000000000000..3d11f3160e7e --- /dev/null +++ b/multimedia/kdemultimedia4/files/patch-kioslave_audiocd_plugins_lame-encoderlame.cpp @@ -0,0 +1,20 @@ +--- kioslave/audiocd/plugins/lame/encoderlame.cpp.orig 2007-10-25 14:58:32.000000000 +0200 ++++ kioslave/audiocd/plugins/lame/encoderlame.cpp 2007-10-25 14:58:42.000000000 +0200 +@@ -17,7 +17,7 @@ + */ + + #include +-#include ++#include + #include "encoderlame.h" + #include "encoderlameconfig.h" + #include "audiocd_lame_encoder.h" +@@ -221,7 +221,7 @@ + // -x bitswap + // -r raw/pcm + // -s 44.1 (because it is raw you have to specify this) +-#if __BYTE_ORDER == __LITTLE_ENDIAN ++#if BYTE_ORDER == LITTLE_ENDIAN + *(d->currentEncodeProcess) << "lame" << "--verbose" << "-x" << "-r" << "-s" << "44.1"; + #else + *(d->currentEncodeProcess) << "lame" << "--verbose" << "-r" << "-s" << "44.1"; -- cgit v1.2.3