You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Attention:** since the Github Packages are used, in order to get access to it you have to generate a Personal Access Token on Github and setup your environment with it. See [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry) for more information. Migrating to somethings simpler is planned.
62
-
63
54
## Build on your own
64
55
65
56
In order to compile the library yourself, you have to get [ffmpeg-android-maker](https://github.com/Javernaut/ffmpeg-android-maker) source code and compile it. It is already added as a submodule. So the first thing to do is to load it:
66
57
67
58
`git submodule update --init`
68
59
69
-
Then you need to setup and execute the ffmpeg-android-maker's script. The command used to generate the artifacts for Github Packages looks like this:
60
+
Then you need to setup and execute the ffmpeg-android-maker's script. The command used to generate the artifacts for Maven Central looks like this:
0 commit comments