Backed out 10 changesets (bug 1803810) for xpcshell failures on test_import_global...
[gecko.git] / media / ffvpx / libavutil_visibility.h
bloba5cce0844af20ba80dd8abf90ec9518de9d8d4cd
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim:set ts=2 sw=2 sts=2 et cindent: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 // Include file for fixing symbol visibility on Linux.
9 #ifndef MOZILLA_AVUTIL_VISIBILITY_H
10 #define MOZILLA_AVUTIL_VISIBILITY_H
12 #pragma GCC visibility push(default)
13 #include "libavutil/cpu.h"
15 // We need av_log() to be visible so we can enable assertions in libavcodec.
16 #include "libavutil/log.h"
18 #pragma GCC visibility pop
20 #endif // MOZILLA_AVUTIL_VISIBILITY_H