diff options
author | waker <wakeroid@gmail.com> | 2012-01-26 19:13:33 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-01-26 19:13:33 +0100 |
commit | 0e50936b25a6aeb3bb7c13614c48865d16f4fc79 (patch) | |
tree | 324fc64a5d30d62588419b92ce1cf0e70f80bc3d /plugins | |
parent | 1a01d23bd9a1a66699d0e68966b001236d65e313 (diff) |
reenable optimization in mp3 plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mpgmad/mpgmad.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c index efb52321..041386a2 100644 --- a/plugins/mpgmad/mpgmad.c +++ b/plugins/mpgmad/mpgmad.c @@ -25,8 +25,6 @@ #include <sys/time.h> #include "../../deadbeef.h" -#pragma GCC optimize("O0") - //#define trace(...) { fprintf(stderr, __VA_ARGS__); } #define trace(fmt,...) |