mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Remove ndk-build from [] flac build rules
Android NDK r9 in [] is deprecated (see [] Update the ExoPlayer flac extensions to use android_jni_library. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=182017669
This commit is contained in:
parent
515fdf3bfd
commit
6bed2ffc04
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
class DataSource {
|
||||
public:
|
||||
virtual ~DataSource() {}
|
||||
// Returns the number of bytes read, or -1 on failure. It's not an error if
|
||||
// this returns zero; it just means the given offset is equal to, or
|
||||
// beyond, the end of the source.
|
||||
|
|
|
|||
Loading…
Reference in a new issue