diff --git a/configure.in b/configure.in index 2b179da50..44f939eca 100644 --- a/configure.in +++ b/configure.in @@ -53,7 +53,7 @@ AM_CONDITIONAL(BUILD_LINUX, test "$build_linux" = "true") # -fomit-frame-pointer crashes wine on Ubuntu Dapper--Danny 7/21/06 #DEFAULTFLAGS="-floop-optimize2 -fomit-frame-pointer -fgcse-sm -fgcse-las" -#DEFAULTFLAGS="-O2 -fPIC" #"-floop-optimize2 -fgcse-sm -fgcse-las" +DEFAULTFLAGS="-O2 -fPIC" #"-floop-optimize2 -fgcse-sm -fgcse-las" # Tested with GCC 4.0--needs to be tested with 4.1--Danny 7/21/06 #if test "x`$CC --version|head -1|cut -d\ -f3|cut -d. -f1`" = "x4" ; then diff --git a/include/sample_buffer.h b/include/sample_buffer.h index dff5bb712..587aa39e5 100644 --- a/include/sample_buffer.h +++ b/include/sample_buffer.h @@ -1,7 +1,7 @@ /* * sample_buffer.h - container-class sampleBuffer * - * Copyright (c) 2005-2007 Tobias Doerffel + * Copyright (c) 2005-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * diff --git a/plugins/kicker/kicker.h b/plugins/kicker/kicker.h index 0338ffca2..7cd07caaa 100644 --- a/plugins/kicker/kicker.h +++ b/plugins/kicker/kicker.h @@ -76,8 +76,7 @@ private: class kickerInstrumentView : public instrumentView { public: - kickerInstrumentView( instrument * _instrument, - QWidget * _parent ); + kickerInstrumentView( instrument * _instrument, QWidget * _parent ); virtual ~kickerInstrumentView(); private: diff --git a/src/lib/sample_buffer.cpp b/src/lib/sample_buffer.cpp index 2b96dd87b..c2d66026f 100644 --- a/src/lib/sample_buffer.cpp +++ b/src/lib/sample_buffer.cpp @@ -3,7 +3,7 @@ /* * sample_buffer.cpp - container-class sampleBuffer * - * Copyright (c) 2005-2007 Tobias Doerffel + * Copyright (c) 2005-2008 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net *