From d1e517afa8d1984004e75e5cf84049c762e87f8e Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 31 Jan 2010 18:30:53 +0100 Subject: fixed flac read_float32 (distortion bug); refactored libsamplerate support code; removed old unused mutex code --- main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index a92fcc02..a7e92faa 100644 --- a/main.c +++ b/main.c @@ -45,7 +45,6 @@ #include "unistd.h" #include "threading.h" #include "messagepump.h" -#include "codec.h" #include "streamer.h" #include "conf.h" #include "volume.h" @@ -605,7 +604,6 @@ main (int argc, char *argv[]) { } plug_trigger_event_playlistchanged (); session_load (sessfile); - codec_init_locking (); streamer_init (); // this runs in main thread (blocks right here) @@ -629,7 +627,6 @@ main (int argc, char *argv[]) { plug_unload_all (); // at this point we can simply do exit(0), but let's clean up for debugging - codec_free_locking (); session_save (sessfile); pl_free (); conf_free (); -- cgit v1.2.3