Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9768)

Unified Diff: chromecast/media/cma/test/run_all_unittests.cc

Issue 1141703002: Chromium changes for static linking ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rolling DEPS to pick up ffmpeg GYP changes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromecast/media/cma/test/run_all_unittests.cc
diff --git a/chromecast/media/cma/test/run_all_unittests.cc b/chromecast/media/cma/test/run_all_unittests.cc
index 4820fb0f7d88324cded949277dd8563d834948f5..133f8bed08b7aa897e037cc33cb43417f2800de4 100644
--- a/chromecast/media/cma/test/run_all_unittests.cc
+++ b/chromecast/media/cma/test/run_all_unittests.cc
@@ -33,7 +33,7 @@ void CmaTestSuite::Initialize() {
// Initialize the FFMpeg library.
// Note: at this time, AtExitManager is already present.
- media::InitializeMediaLibraryForTesting();
+ media::InitializeMediaLibrary();
}
int main(int argc, char** argv) {

Powered by Google App Engine
This is Rietveld 408576698