From: <sb...@us...> - 2008-02-25 17:26:03
|
Revision: 1347 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1347&view=rev Author: sbalea Date: 2008-02-25 09:26:04 -0800 (Mon, 25 Feb 2008) Log Message: ----------- Adapt the visual studioubprojects to work with speex-1.2beta3 and libtheora-1.0beta2. Note that Theora does not make use of Assembly code on Windows Modified Paths: -------------- trunk/contrib/win/vs2005/libspeex.vcproj trunk/contrib/win/vs2005/libtheora.vcproj Modified: trunk/contrib/win/vs2005/libspeex.vcproj =================================================================== --- trunk/contrib/win/vs2005/libspeex.vcproj 2008-02-07 16:52:48 UTC (rev 1346) +++ trunk/contrib/win/vs2005/libspeex.vcproj 2008-02-25 17:26:04 UTC (rev 1347) @@ -190,6 +190,10 @@ > </File> <File + RelativePath="..\..\..\..\speex\libspeex\filterbank.c" + > + </File> + <File RelativePath="..\..\..\..\speex\libspeex\filters.c" > </File> @@ -246,19 +250,15 @@ > </File> <File - RelativePath="..\..\..\..\speex\libspeex\math_approx.c" - > - </File> - <File RelativePath="..\..\..\..\speex\libspeex\mdf.c" > </File> <File - RelativePath="..\..\..\..\speex\libspeex\misc.c" + RelativePath="..\..\..\..\speex\libspeex\modes.c" > </File> <File - RelativePath="..\..\..\..\speex\libspeex\modes.c" + RelativePath="..\..\..\..\speex\libspeex\modes_wb.c" > </File> <File @@ -364,10 +364,6 @@ > </File> <File - RelativePath="..\..\..\..\speex\libspeex\misc.h" - > - </File> - <File RelativePath="..\..\..\..\speex\libspeex\modes.h" > </File> Modified: trunk/contrib/win/vs2005/libtheora.vcproj =================================================================== --- trunk/contrib/win/vs2005/libtheora.vcproj 2008-02-07 16:52:48 UTC (rev 1346) +++ trunk/contrib/win/vs2005/libtheora.vcproj 2008-02-25 17:26:04 UTC (rev 1347) @@ -101,8 +101,8 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..\..\..\libtheora\include;..\..\..\..\libogg\include" - PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + AdditionalIncludeDirectories="..\..\..\..\libtheora\lib\enc;..\..\..\..\libtheora\include;..\..\..\..\libogg\include" + PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;TH_REALLY_NO_ASSEMBLY;_WIN32_WINNT=0x0500;WINVER=0x0500" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" @@ -147,93 +147,165 @@ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File - RelativePath="..\..\..\..\libtheora\lib\blockmap.c" + RelativePath="..\..\..\..\libtheora\lib\dec\apiwrapper.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\comment.c" + RelativePath="..\..\..\..\libtheora\lib\enc\blockmap.c" > </File> <File + RelativePath="..\..\..\..\libtheora\lib\enc\common.c" + > + </File> + <File RelativePath="..\..\..\..\libtheora\lib\cpu.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\dct.c" + RelativePath="..\..\..\..\libtheora\lib\enc\dct.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\dct_decode.c" + RelativePath="..\..\..\..\libtheora\lib\enc\dct_decode.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\dct_encode.c" + RelativePath="..\..\..\..\libtheora\lib\enc\dct_encode.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\decode.c" + RelativePath="..\..\..\..\libtheora\lib\dec\decapiwrapper.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\dsp.c" + RelativePath="..\..\..\..\libtheora\lib\dec\decinfo.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\encode.c" + RelativePath="..\..\..\..\libtheora\lib\dec\decode.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\encoder_toplevel.c" + RelativePath="..\..\..\..\libtheora\lib\dec\dequant.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\frarray.c" + RelativePath="..\..\..\..\libtheora\lib\enc\dsp.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\frinit.c" + RelativePath="..\..\..\..\libtheora\lib\enc\x86_32_vs\dsp_mmx.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\huffman.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encode.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\idct.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encoder_huffman.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\mcomp.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encoder_idct.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\misc_common.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encoder_quant.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\pb.c" + RelativePath="..\..\..\..\libtheora\lib\enc\encoder_toplevel.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\pp.c" + RelativePath="..\..\..\..\libtheora\lib\enc\x86_32_vs\fdct_mmx.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\quant.c" + RelativePath="..\..\..\..\libtheora\lib\dec\fragment.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\reconstruct.c" + RelativePath="..\..\..\..\libtheora\lib\enc\frarray.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\scan.c" + RelativePath="..\..\..\..\libtheora\lib\enc\frinit.c" > </File> <File - RelativePath="..\..\..\..\libtheora\lib\toplevel.c" + RelativePath="..\..\..\..\libtheora\lib\dec\huffdec.c" > </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\idct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\info.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\internal.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\mcomp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\misc_common.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\mmxfrag.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\mmxidct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\mmxstate.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\pb.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\pp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\quant.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\x86_32_vs\recon_mmx.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\reconstruct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\enc\scan.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\state.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\x86int.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dec\x86\x86state.c" + > + </File> </Filter> <Filter Name="Header Files" @@ -244,6 +316,10 @@ > </File> <File + RelativePath="..\..\..\..\libtheora\lib\enc\codec_internal.h" + > + </File> + <File RelativePath="..\..\..\..\libtheora\lib\encoder_internal.h" > </File> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |