mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Misc configuration updates for V2.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117242101
This commit is contained in:
parent
9777945ce2
commit
1ead229ac5
@ -31,8 +31,7 @@ Read news, hints and tips on the [news][] page.
|
|||||||
The easiest way to get started using ExoPlayer is by including the following in
|
The easiest way to get started using ExoPlayer is by including the following in
|
||||||
your project's `build.gradle` file:
|
your project's `build.gradle` file:
|
||||||
|
|
||||||
```
|
```gradle
|
||||||
gradle
|
|
||||||
compile 'com.google.android.exoplayer:exoplayer:rX.X.X'
|
compile 'com.google.android.exoplayer:exoplayer:rX.X.X'
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -47,8 +46,7 @@ project's [Releases][]. For more details, see the project on [Bintray][].
|
|||||||
ExoPlayer can also be built from source using Gradle. You can include it as a
|
ExoPlayer can also be built from source using Gradle. You can include it as a
|
||||||
dependent project like so:
|
dependent project like so:
|
||||||
|
|
||||||
```
|
```gradle
|
||||||
gradle
|
|
||||||
// settings.gradle
|
// settings.gradle
|
||||||
include ':app', ':..:ExoPlayer:library'
|
include ':app', ':..:ExoPlayer:library'
|
||||||
|
|
||||||
@ -62,8 +60,7 @@ dependencies {
|
|||||||
|
|
||||||
If you want to use ExoPlayer as a jar, run:
|
If you want to use ExoPlayer as a jar, run:
|
||||||
|
|
||||||
```
|
```sh
|
||||||
sh
|
|
||||||
./gradlew jarRelease
|
./gradlew jarRelease
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,5 +1,16 @@
|
|||||||
# Release notes #
|
# Release notes #
|
||||||
|
|
||||||
|
### r1.5.6 ###
|
||||||
|
|
||||||
|
* MP3: Fix mono streams playing at 2x speed on some MediaTek based devices (#801).
|
||||||
|
* MP3: Fix playback of some streams when stream length is unknown.
|
||||||
|
* ID3: Support multiple frames of the same type in a single tag.
|
||||||
|
* EIA608: Correctly handle repeated control characters, fixing an issue in which captions would
|
||||||
|
immediately disappear.
|
||||||
|
* AVC3: Fix decoder failures on some MediaTek devices in the case where the first buffer fed to the
|
||||||
|
decoder does not start with SPS/PPS NAL units.
|
||||||
|
* Misc bug fixes.
|
||||||
|
|
||||||
### r1.5.5 ###
|
### r1.5.5 ###
|
||||||
|
|
||||||
* DASH: Enable MP4 embedded WebVTT playback (#1185)
|
* DASH: Enable MP4 embedded WebVTT playback (#1185)
|
||||||
|
@ -1,18 +1,16 @@
|
|||||||
# Project-wide Gradle settings.
|
## Project-wide Gradle settings.
|
||||||
|
#
|
||||||
# IDE (e.g. Android Studio) users:
|
|
||||||
# Settings specified in this file will override any Gradle settings
|
|
||||||
# configured through the IDE.
|
|
||||||
|
|
||||||
# For more details on how to configure your build environment visit
|
# For more details on how to configure your build environment visit
|
||||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||||
|
#
|
||||||
# Specifies the JVM arguments used for the daemon process.
|
# Specifies the JVM arguments used for the daemon process.
|
||||||
# The setting is particularly useful for tweaking memory settings.
|
# The setting is particularly useful for tweaking memory settings.
|
||||||
# Default value: -Xmx10248m -XX:MaxPermSize=256m
|
# Default value: -Xmx10248m -XX:MaxPermSize=256m
|
||||||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||||
|
#
|
||||||
# When configured, Gradle will run in incubating parallel mode.
|
# When configured, Gradle will run in incubating parallel mode.
|
||||||
# This option should only be used with decoupled projects. More details, visit
|
# This option should only be used with decoupled projects. More details, visit
|
||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
|
#Thu Feb 04 15:49:07 GMT 2016
|
||||||
|
android.useDeprecatedNdk=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user