diff --git a/README.md b/README.md index bc04d79..d3178a1 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,12 @@ brew install bzip2 git clone https://code.videolan.org/videolan/x264.git cd x264 -./configure --enable-static --enable-shared +./configure --enable-static --disable-shared make git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg brew install automake fdk-aac git lame libass libtool libvorbis libvpx opus sdl shtool texi2html theora wget x264 x265 xvid nasm mkdir output -./configure --prefix=$PWD/output --enable-static --enable-shared --enable-libx264 --enable-gpl +./configure --prefix=$PWD/output --enable-static --disable-shared --enable-libx264 --enable-gpl make ``` \ No newline at end of file diff --git a/changelog.md b/changelog.md index ab42f28..d62f824 100644 --- a/changelog.md +++ b/changelog.md @@ -8,4 +8,9 @@ - Improve filesize # 1.0.3 -- Add more codecs to android and fix codec fetching +- Add more codecs to android +- Fix codec fetching + +# 1.0.4 + +- Mac release diff --git a/mod.json b/mod.json index bf3f64a..05ce35a 100644 --- a/mod.json +++ b/mod.json @@ -13,7 +13,7 @@ }, "id": "eclipse.ffmpeg-api", "name": "FFmpeg API", - "version": "v1.0.3", + "version": "v1.0.4", "developers": ["Eclipse Team", "maxnu"], "description": "Interaction with FFmpeg made easy", "tags": ["utility", "offline"],