diff options
author | waker <wakeroid@gmail.com> | 2010-11-28 21:56:52 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-11-28 21:56:52 +0100 |
commit | d8c31e7a70ed62e44c214ce88434b1b870e2e9a5 (patch) | |
tree | aea26bed9b47edf4704592bbf44f60da3894ac60 /plugins | |
parent | 8d43782c7415fea1ed98a02d708ad6ba84ae2763 (diff) |
fixed gapless playback when dsp is active
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ao/eng_ssf/m68kcpu.c | 2 | ||||
-rw-r--r-- | plugins/vorbis/vorbis.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ao/eng_ssf/m68kcpu.c b/plugins/ao/eng_ssf/m68kcpu.c index 9624ea5c..f9b442bc 100644 --- a/plugins/ao/eng_ssf/m68kcpu.c +++ b/plugins/ao/eng_ssf/m68kcpu.c @@ -37,8 +37,6 @@ static const char* copyright_notice = #include "m68kops.h" #include "m68kcpu.h" -#pragma GCC optimize("O0") - /* ======================================================================== */ /* ================================= DATA ================================= */ /* ======================================================================== */ diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c index a966add0..a6633210 100644 --- a/plugins/vorbis/vorbis.c +++ b/plugins/vorbis/vorbis.c @@ -28,8 +28,6 @@ #include "../../deadbeef.h" #include "vcedit.h" -#pragma GCC optimize("O0") - #define min(x,y) ((x)<(y)?(x):(y)) #define max(x,y) ((x)>(y)?(x):(y)) |