Skip to content

Commit

Permalink
change stuff yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut committed Oct 16, 2024
1 parent 5e522f6 commit 840a991
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 840a991

Please sign in to comment.