forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1660336 Provide libva headers to build Firefox without libva-deve…
…l installed, r=jya Depends on D94650 Differential Revision: https://phabricator.services.mozilla.com/D97920
- Loading branch information
Showing
7 changed files
with
5,333 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,6 @@ SOURCES += [ | |
'mozva.cpp', | ||
] | ||
|
||
LOCAL_INCLUDES += ['/media/ffvpx'] | ||
|
||
SharedLibrary('mozva') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
There are libva headers from libva 1.7.0 used to build vaapi support for in-tree ffvpx. | ||
Apply va.patch when you update it to new versions. |
Oops, something went wrong.