diff --git a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp index 0b3787ad..f7535f5f 100644 --- a/tdeioslave/audiocd/plugins/lame/encoderlame.cpp +++ b/tdeioslave/audiocd/plugins/lame/encoderlame.cpp @@ -18,13 +18,6 @@ #include -#if defined(__OpenBSD__) || defined(__FreeBSD__) -#include -#include -#else -#include -#endif - #include "encoderlame.h" #include "encoderlameconfig.h" #include "audiocd_lame_encoder.h" @@ -228,11 +221,7 @@ long EncoderLame::readInit(long /*size*/){ // -x bitswap // -r raw/pcm // -s 44.1 (because it is raw you have to specify this) -// #if __BYTE_ORDER == __LITTLE_ENDIAN -// *(d->currentEncodeProcess) << "lame" << "--verbose" << "-x" << "-r" << "-s" << "44.1"; -// #else *(d->currentEncodeProcess) << "lame" << "--verbose" << "-r" << "-s" << "44.1"; -// #endif *(d->currentEncodeProcess) << args; if(Settings::self()->id3_tag())