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
923ba513
authored
May 10, 2021
by
olly
Committed by
Oliver Woodman
May 10, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Include RTSP module in gradle project
#minor-release PiperOrigin-RevId: 372981022
parent
a7919a87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
docs/hello-world.md
library/all/build.gradle
docs/hello-world.md
View file @
923ba513
...
@@ -70,6 +70,7 @@ modules individually.
...
@@ -70,6 +70,7 @@ modules individually.
*
`exoplayer-core`
: Core functionality (required).
*
`exoplayer-core`
: Core functionality (required).
*
`exoplayer-dash`
: Support for DASH content.
*
`exoplayer-dash`
: Support for DASH content.
*
`exoplayer-hls`
: Support for HLS content.
*
`exoplayer-hls`
: Support for HLS content.
*
`exoplayer-rtsp`
: Support for RTSP content.
*
`exoplayer-smoothstreaming`
: Support for SmoothStreaming content.
*
`exoplayer-smoothstreaming`
: Support for SmoothStreaming content.
*
`exoplayer-transformer`
: Media transformation functionality.
*
`exoplayer-transformer`
: Media transformation functionality.
*
`exoplayer-ui`
: UI components and resources for use with ExoPlayer.
*
`exoplayer-ui`
: UI components and resources for use with ExoPlayer.
...
...
library/all/build.gradle
View file @
923ba513
...
@@ -17,6 +17,7 @@ dependencies {
...
@@ -17,6 +17,7 @@ dependencies {
api
project
(
modulePrefix
+
'library-core'
)
api
project
(
modulePrefix
+
'library-core'
)
api
project
(
modulePrefix
+
'library-dash'
)
api
project
(
modulePrefix
+
'library-dash'
)
api
project
(
modulePrefix
+
'library-hls'
)
api
project
(
modulePrefix
+
'library-hls'
)
api
project
(
modulePrefix
+
'library-rtsp'
)
api
project
(
modulePrefix
+
'library-smoothstreaming'
)
api
project
(
modulePrefix
+
'library-smoothstreaming'
)
api
project
(
modulePrefix
+
'library-transformer'
)
api
project
(
modulePrefix
+
'library-transformer'
)
api
project
(
modulePrefix
+
'library-ui'
)
api
project
(
modulePrefix
+
'library-ui'
)
...
...
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