mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
4f499c0c54
- Remove MOZ_WAYLAND_CFLAGS and /ipc/chromium/chromium-config.mozbuild from ffmpeg58/moz.build - Build ffvpx with vaapi support at ffvpx/moz.build - Move gfx related headers from DMABUFSurfaceImage.h to DMABUFSurfaceImage.cpp and implement the gfx methods there. - Remove GL headers from DMABufSurface.h and forward declare GLuint/GLContext there. - Move mutex/MessageLoop/task related headers from nsWaylandDisplay.h to nsWaylandDisplay.cpp. - Move mozva.cpp to mozva.c due to linking issues Depends on D90556 Differential Revision: https://phabricator.services.mozilla.com/D90557
14 lines
373 B
Python
14 lines
373 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
SOURCES += [
|
|
'mozva.c',
|
|
]
|
|
|
|
LOCAL_INCLUDES += ['/media/ffvpx']
|
|
|
|
Library('mozva')
|