search for: release_sse

Displaying 4 results from an estimated 4 matches for "release_sse".

2008 Nov 01
1
Visual Studio 2005 projects
On Sat, Nov 1, 2008 at 2:40 PM, Aymeric Moizard <jack at atosc.org> wrote: > The vcproj file provided for 2005 in 1.2rc1 does not include > _USE_SSE when compiling the project for "Release_SSE". This > define is only used when compiling under "Release_Dynamic_SSE". > > Is this just because the vcproj file is wrong or is it because > this #define must not be used in that mode? Just want to make > sure I got the correct understanding. I think it was my copy-p...
2008 Apr 13
3
vs2005 project file output dir inconsistency
...e project settings. For the two build configurations Debug and Release, we have as the Output Directory "$(SolutionDir)$(ConfigurationName)", and the Intermediate Directory "Debug". ("Release" for the Release configuration) However, for the two build configurations Release_SSE and Release_SSE2, Output Directory is "$(ConfigurationName)" and Intermediate Directory is also "$ConfigurationName)". How come this is inconsistent? If this is unintentional, which one should we use? I'll be happy to supply a patch to fix this up.
2008 Oct 30
3
Multichannel echo cancellation
Dear all, I have just implemented a gstreamer plugin for the Speex AEC, but now I would like to extend it to a multichannel echo cancellation I have been searching documentation about that but I could not find it Where it is? If it doesn't exist? Could you add a short example showing how do you think it should work? or It's "just" necessary to: init the multichannel echo
2008 Apr 13
0
vs2005 project file output dir inconsistency
...e latest libogg, and noticed an inconsistency in the project settings. For the two build configurations Debug and Release, we have as the Output Directory "$(SolutionDir)$(ConfigurationName)", and the Intermediate Directory "Debug". However, for the two build configurations Release_SSE and Release_SSE2, Output Directory is "$(ConfigurationName)" and Intermediate Directory is also "$ConfigurationName)". How come this is inconsistent? If this is unintentional, which one should we use? I'll be happy to supply a patch to fix this up.