diff options
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/> |