From: <jpg...@us...> - 2008-04-04 15:41:05
|
Revision: 1389 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1389&view=rev Author: jpgrayson Date: 2008-04-04 08:41:11 -0700 (Fri, 04 Apr 2008) Log Message: ----------- Change libvidcap requirement to new 0.2.1 release. - Update README.VisualStudio - Update libvidcap.vcproj to build new files in new libvidcap-0.2.1 release. Modified Paths: -------------- trunk/README.VisualStudio trunk/contrib/win/vs2005/libvidcap.vcproj Modified: trunk/README.VisualStudio =================================================================== --- trunk/README.VisualStudio 2008-04-03 21:38:02 UTC (rev 1388) +++ trunk/README.VisualStudio 2008-04-04 15:41:11 UTC (rev 1389) @@ -31,13 +31,13 @@ http://portaudio.com/archives/pa_snapshot_v19.tar.gz http://downloads.xiph.org/releases/speex/speex-1.2beta3.tar.gz - 3b*) For video support, libogg-1.1.3, libtheora-1.0beta2, and libvidcap-0.1 - are also required. Source for these dependencies are available - here: + 3b*) For video support, libogg-1.1.3, libtheora-1.0beta2, and + libvidcap-0.2.1 are also required. Source for these dependencies + are available here: http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz http://downloads.xiph.org/releases/theora/libtheora-1.0beta2.tar.gz - http://downloads.sourceforge.net/libvidcap/libvidcap-0.1.tar.gz + http://downloads.sourceforge.net/libvidcap/libvidcap-0.2.1.tar.gz 3c*) Additionally, to build vtestcall, SDL is required. A prebuilt binary development package is available here: Modified: trunk/contrib/win/vs2005/libvidcap.vcproj =================================================================== --- trunk/contrib/win/vs2005/libvidcap.vcproj 2008-04-03 21:38:02 UTC (rev 1388) +++ trunk/contrib/win/vs2005/libvidcap.vcproj 2008-04-04 15:41:11 UTC (rev 1389) @@ -227,6 +227,10 @@ </FileConfiguration> </File> <File + RelativePath="..\..\..\..\libvidcap\src\double_buffer.c" + > + </File> + <File RelativePath="..\..\..\..\libvidcap\src\directshow\DShowSrcManager.cpp" > <FileConfiguration @@ -353,6 +357,10 @@ > </File> <File + RelativePath="..\..\..\..\libvidcap\src\double_buffer.h" + > + </File> + <File RelativePath="..\..\..\..\libvidcap\src\directshow\DShowSrcManager.h" > </File> @@ -369,6 +377,10 @@ > </File> <File + RelativePath="..\..\..\..\libvidcap\src\os_funcs.h" + > + </File> + <File RelativePath="..\..\..\..\libvidcap\src\sapi.h" > </File> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |