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

Side by Side Diff: media/base/media_init_stub.cc

Issue 1141703002: Chromium changes for static linking ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing mention of ffmpeg shared lib from various config/gyp/installer files 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 //
5 // This file facilitates using media without including ffmpeg headers. See
6 // media_init.cc
4 7
5 #include "media/base/audio_renderer.h" 8 #include "media/base/media.h"
6 9
7 namespace media { 10 namespace media {
11 namespace internal {
8 12
9 AudioRenderer::AudioRenderer() {} 13 void InitializeMediaLibraryInternal() {
10 AudioRenderer::~AudioRenderer() {} 14 }
11 15
16 } // namespace internal
12 } // namespace media 17 } // namespace media
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698