diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e2cbbfe..faa878a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ while selecting it. #### Dev/Meta - Started using dependency injection -- Started code obsfucation - Only bundle audio-related extractors with ExoPlayer - Switched to Room for database management - Updated to MDC 1.8.0 alpha-01 diff --git a/ExoPlayer b/ExoPlayer index 4f07f89cf..fef2bb3af 160000 --- a/ExoPlayer +++ b/ExoPlayer @@ -1 +1 @@ -Subproject commit 4f07f89cf86ad5777f4926f4792dc8d649c2e546 +Subproject commit fef2bb3af622f235d98549ffe2efd8f7f7d2aa41 diff --git a/README.md b/README.md index 1b59eb426..93c0ad23f 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@
@@ -70,9 +70,10 @@ precise/original dates, sort tags, and more Auxio relies on a custom version of ExoPlayer that enables some extra features. This adds some caveats to the build process: -1. The project uses submodules, so when cloning initially, use `git clone --recurse-submodules` to properly -download in the external code. -2. You are **unable** to build this project on windows, as the custom ExoPlayer build runs shell scripts that +1. `cmake` and `ninja-build` must be installed before building the project. +2. The project uses submodules, so when cloning initially, use `git clone --recurse-submodules` to properly +download the external code. +3. You are **unable** to build this project on windows, as the custom ExoPlayer build runs shell scripts that will only work on unix-based systems. ## Contributing