summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg/dummy_nolink.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ffmpeg/dummy_nolink.cc')
-rw-r--r--third_party/ffmpeg/dummy_nolink.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/ffmpeg/dummy_nolink.cc b/third_party/ffmpeg/dummy_nolink.cc
new file mode 100644
index 0000000..8659983
--- /dev/null
+++ b/third_party/ffmpeg/dummy_nolink.cc
@@ -0,0 +1,10 @@
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Dummy file to make the build system happy for the libffmpegsumo_nolink
+// target.
+
+int main(void) {
+ return 0;
+}