Now using fileutils.h OutputPath to write output to the right directory and ResourcePath to read resource files from the resource bundle.

Removed some Valgrind warnings by closing output files. There are still some Valgrind warnings left, that needs to be fixed by a developer with more insight.

Updated all include paths to contain full paths to header files.

Tested in Debug+Release on Linux, Mac and Windows.
All tests ran successfully except the VideoProcessingModuleTest.ContentAnalysis test that fails on Windows with the following error:
unknown file: error: SEH exception with code 0xc0000005
thrown in the test body.
Fixing that is out of scope for this CL.

Review URL: http://webrtc-codereview.appspot.com/266011

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1217 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org
2011-12-16 10:31:38 +00:00
parent 554ae1ad4e
commit 08dec7f449
8 changed files with 106 additions and 83 deletions

2
DEPS
View File

@@ -14,7 +14,7 @@ vars = {
# External resources like video and audio files used for testing purposes.
# Downloaded on demand when needed.
"webrtc_resources_revision": "3",
"webrtc_resources_revision": "4",
}
# NOTE: Prefer revision numbers to tags for svn deps.