Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
815ec8af
authored
Dec 02, 2019
by
olly
Committed by
Oliver Woodman
Dec 06, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Provide instructions for building extensions using Windows PowerShell
PiperOrigin-RevId: 283296427
parent
5f465f77
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
40 additions
and
5 deletions
extensions/av1/README.md
extensions/ffmpeg/README.md
extensions/flac/README.md
extensions/opus/README.md
extensions/vp9/README.md
extensions/av1/README.md
View file @
815ec8af
...
...
@@ -11,7 +11,7 @@ more external libraries as described below. These are licensed separately.
[
Apache 2.0
]:
https://github.com/google/ExoPlayer/blob/release-v2/LICENSE
## Build instructions ##
## Build instructions
(Linux, macOS)
##
To use this extension you need to clone the ExoPlayer repository and depend on
its modules locally. Instructions for doing this can be found in ExoPlayer's
...
...
@@ -61,6 +61,13 @@ to configure and build libgav1 and the extension's [JNI wrapper library][].
[
Ninja
]:
https://ninja-build.org
[
JNI wrapper library
]:
https://github.com/google/ExoPlayer/blob/release-v2/extensions/av1/src/main/jni/gav1_jni.cc
## Build instructions (Windows) ##
We do not provide support for building this extension on Windows, however it
should be possible to follow the Linux instructions in
[
Windows PowerShell
][]
.
[
Windows PowerShell
]:
https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell
## Using the extension ##
Once you've followed the instructions above to check out, build and depend on
...
...
extensions/ffmpeg/README.md
View file @
815ec8af
...
...
@@ -11,7 +11,7 @@ more external libraries as described below. These are licensed separately.
[
Apache 2.0
]:
https://github.com/google/ExoPlayer/blob/release-v2/LICENSE
## Build instructions ##
## Build instructions
(Linux, macOS)
##
To use this extension you need to clone the ExoPlayer repository and depend on
its modules locally. Instructions for doing this can be found in ExoPlayer's
...
...
@@ -66,6 +66,13 @@ cd "${FFMPEG_EXT_PATH}" && \
${NDK_PATH}/ndk-build APP_ABI="armeabi-v7a arm64-v8a x86" -j4
```
## Build instructions (Windows) ##
We do not provide support for building this extension on Windows, however it
should be possible to follow the Linux instructions in
[
Windows PowerShell
][]
.
[
Windows PowerShell
]:
https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell
## Using the extension ##
Once you've followed the instructions above to check out, build and depend on
...
...
extensions/flac/README.md
View file @
815ec8af
...
...
@@ -11,7 +11,7 @@ more external libraries as described below. These are licensed separately.
[
Apache 2.0
]:
https://github.com/google/ExoPlayer/blob/release-v2/LICENSE
## Build instructions ##
## Build instructions
(Linux, macOS)
##
To use this extension you need to clone the ExoPlayer repository and depend on
its modules locally. Instructions for doing this can be found in ExoPlayer's
...
...
@@ -53,6 +53,13 @@ ${NDK_PATH}/ndk-build APP_ABI=all -j4
[
top level README
]:
https://github.com/google/ExoPlayer/blob/release-v2/README.md
[
Android NDK
]:
https://developer.android.com/tools/sdk/ndk/index.html
## Build instructions (Windows) ##
We do not provide support for building this extension on Windows, however it
should be possible to follow the Linux instructions in
[
Windows PowerShell
][]
.
[
Windows PowerShell
]:
https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell
## Using the extension ##
Once you've followed the instructions above to check out, build and depend on
...
...
extensions/opus/README.md
View file @
815ec8af
...
...
@@ -11,7 +11,7 @@ more external libraries as described below. These are licensed separately.
[
Apache 2.0
]:
https://github.com/google/ExoPlayer/blob/release-v2/LICENSE
## Build instructions ##
## Build instructions
(Linux, macOS)
##
To use this extension you need to clone the ExoPlayer repository and depend on
its modules locally. Instructions for doing this can be found in ExoPlayer's
...
...
@@ -58,6 +58,13 @@ ${NDK_PATH}/ndk-build APP_ABI=all -j4
[
top level README
]:
https://github.com/google/ExoPlayer/blob/release-v2/README.md
[
Android NDK
]:
https://developer.android.com/tools/sdk/ndk/index.html
## Build instructions (Windows) ##
We do not provide support for building this extension on Windows, however it
should be possible to follow the Linux instructions in
[
Windows PowerShell
][]
.
[
Windows PowerShell
]:
https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell
## Notes ##
*
Every time there is a change to the libopus checkout:
...
...
extensions/vp9/README.md
View file @
815ec8af
...
...
@@ -11,7 +11,7 @@ more external libraries as described below. These are licensed separately.
[
Apache 2.0
]:
https://github.com/google/ExoPlayer/blob/release-v2/LICENSE
## Build instructions ##
## Build instructions
(Linux, macOS)
##
To use this extension you need to clone the ExoPlayer repository and depend on
its modules locally. Instructions for doing this can be found in ExoPlayer's
...
...
@@ -68,6 +68,13 @@ ${NDK_PATH}/ndk-build APP_ABI=all -j4
[
top level README
]:
https://github.com/google/ExoPlayer/blob/release-v2/README.md
[
Android NDK
]:
https://developer.android.com/tools/sdk/ndk/index.html
## Build instructions (Windows) ##
We do not provide support for building this extension on Windows, however it
should be possible to follow the Linux instructions in
[
Windows PowerShell
][]
.
[
Windows PowerShell
]:
https://docs.microsoft.com/en-us/powershell/scripting/getting-started/getting-started-with-windows-powershell
## Notes ##
*
Every time there is a change to the libvpx checkout:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment