diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-20 04:56:24 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-20 04:56:24 +0200 |
commit | 5708be163744bec8f70ee6cff297b121a5783963 (patch) | |
tree | 6c0a86fe3116243ee1406632e69cae4c36fd8c56 /sound_detector/sound_detector.project | |
parent | 9ccb9d74f3ff656b218e5d282d1657251349c1d7 (diff) |
modified: main.cpp
modified: sound_detector.project
Diffstat (limited to 'sound_detector/sound_detector.project')
-rw-r--r-- | sound_detector/sound_detector.project | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sound_detector/sound_detector.project b/sound_detector/sound_detector.project index b14f4ac..9967e5c 100644 --- a/sound_detector/sound_detector.project +++ b/sound_detector/sound_detector.project @@ -26,11 +26,11 @@ </Compiler> <Linker Options="" Required="yes"> <Library Value="portaudio"/> - <Library Value="avcodec"/> - <Library Value="avformat"/> - <Library Value="swresample"/> <Library Value="boost_thread"/> <Library Value="boost_system"/> + <Library Value="boost_date_time"/> + <Library Value="boost_filesystem"/> + <Library Value="vorbisenc"/> </Linker> <ResourceCompiler Options="" Required="no"/> <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="-d4 -o." UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> @@ -72,7 +72,8 @@ <ResourceCompiler Options="" Required="no"/> <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> - <![CDATA[]]> + <![CDATA[ + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> <PostConnectCommands/> |