2009-04-28 14:11:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="SoundTouch" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Debug">
|
|
|
|
<Option output="../../deps/debug/libsoundtouch-dbg" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option working_dir="" />
|
2009-04-28 20:26:43 +00:00
|
|
|
<Option object_output="./.objs/debug" />
|
2009-04-28 14:11:38 +00:00
|
|
|
<Option type="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option createDefFile="1" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-O0" />
|
|
|
|
</Compiler>
|
|
|
|
</Target>
|
2010-05-08 01:51:29 +00:00
|
|
|
<Target title="Devel">
|
|
|
|
<Option output="../../deps/devel/libsoundtouch-dev" prefix_auto="1" extension_auto="1" />
|
2009-04-28 14:11:38 +00:00
|
|
|
<Option working_dir="" />
|
2010-05-08 01:51:29 +00:00
|
|
|
<Option object_output="./.objs/devel" />
|
2009-04-28 14:11:38 +00:00
|
|
|
<Option type="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option createDefFile="1" />
|
|
|
|
<Compiler>
|
2010-05-08 01:51:29 +00:00
|
|
|
<Add option="-O1" />
|
2009-04-28 14:11:38 +00:00
|
|
|
<Add option="-W" />
|
2010-05-08 01:51:29 +00:00
|
|
|
<Add option="-g" />
|
|
|
|
<Add option="-DNDEBUG" />
|
2009-04-28 14:11:38 +00:00
|
|
|
</Compiler>
|
|
|
|
</Target>
|
2010-05-08 01:51:29 +00:00
|
|
|
<Target title="Release">
|
|
|
|
<Option output="../../deps/libsoundtouch" prefix_auto="1" extension_auto="1" />
|
2009-04-28 14:11:38 +00:00
|
|
|
<Option working_dir="" />
|
2010-05-08 01:51:29 +00:00
|
|
|
<Option object_output="./.objs/release" />
|
2009-04-28 14:11:38 +00:00
|
|
|
<Option type="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option createDefFile="1" />
|
|
|
|
<Compiler>
|
2010-05-08 01:51:29 +00:00
|
|
|
<Add option="-fexpensive-optimizations" />
|
|
|
|
<Add option="-O3" />
|
2009-04-28 14:11:38 +00:00
|
|
|
<Add option="-W" />
|
2010-05-08 01:51:29 +00:00
|
|
|
<Add option="-DNDEBUG" />
|
2009-04-28 14:11:38 +00:00
|
|
|
</Compiler>
|
2010-05-08 01:51:29 +00:00
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
</Linker>
|
2009-04-28 14:11:38 +00:00
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-march=athlon-xp" />
|
|
|
|
<Add option="-march=prescott" />
|
|
|
|
</Compiler>
|
|
|
|
<Unit filename="AAFilter.cpp" />
|
|
|
|
<Unit filename="AAFilter.h" />
|
|
|
|
<Unit filename="BPMDetect.h" />
|
|
|
|
<Unit filename="FIFOSampleBuffer.cpp" />
|
|
|
|
<Unit filename="FIFOSampleBuffer.h" />
|
|
|
|
<Unit filename="FIFOSamplePipe.h" />
|
|
|
|
<Unit filename="FIRFilter.cpp" />
|
|
|
|
<Unit filename="FIRFilter.h" />
|
|
|
|
<Unit filename="RateTransposer.cpp" />
|
|
|
|
<Unit filename="RateTransposer.h" />
|
|
|
|
<Unit filename="STTypes.h" />
|
|
|
|
<Unit filename="SoundTouch.cpp" />
|
|
|
|
<Unit filename="SoundTouch.h" />
|
|
|
|
<Unit filename="TDStretch.cpp" />
|
|
|
|
<Unit filename="TDStretch.h" />
|
|
|
|
<Unit filename="WavFile.cpp" />
|
|
|
|
<Unit filename="WavFile.h" />
|
|
|
|
<Unit filename="cpu_detect.h" />
|
|
|
|
<Unit filename="cpu_detect_x86_gcc.cpp" />
|
|
|
|
<Unit filename="mmx_optimized.cpp" />
|
2010-03-18 23:43:34 +00:00
|
|
|
<Unit filename="soundtouch_config.h" />
|
2009-04-28 14:11:38 +00:00
|
|
|
<Unit filename="sse_optimized.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<envvars />
|
|
|
|
<code_completion />
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
<debugger />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|