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

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 1161183003: Revert "Chromium changes to statically link ffmpeg." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: remoting/host/remoting_me2me_host.cc
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index 34aa83ffcbef28826cfac85d3a8268af378551c6..943d1d8e2e2dd54e9fae0158b32cf81da4227794 100644
--- a/remoting/host/remoting_me2me_host.cc
+++ b/remoting/host/remoting_me2me_host.cc
@@ -1555,8 +1555,8 @@ int HostProcessMain() {
// single-threaded.
net::EnableSSLServerSockets();
- // Ensures that media library and specific CPU features are initialized.
- media::InitializeMediaLibrary();
+ // Ensures runtime specific CPU features are initialized.
+ media::InitializeCPUSpecificMediaFeatures();
// Create the main message loop and start helper threads.
base::MessageLoopForUI message_loop;
« no previous file with comments | « remoting/host/it2me/it2me_native_messaging_host.cc ('k') | testing/chromoting/chromoting_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698