Skip to content

Commit 840a991

Browse files
committed
change stuff yeah
1 parent 5e522f6 commit 840a991

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ brew install bzip2
8686

8787
git clone https://code.videolan.org/videolan/x264.git
8888
cd x264
89-
./configure --enable-static --enable-shared
89+
./configure --enable-static --disable-shared
9090
make
9191

9292
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
9393
brew install automake fdk-aac git lame libass libtool libvorbis libvpx opus sdl shtool texi2html theora wget x264 x265 xvid nasm
9494
mkdir output
95-
./configure --prefix=$PWD/output --enable-static --enable-shared --enable-libx264 --enable-gpl
95+
./configure --prefix=$PWD/output --enable-static --disable-shared --enable-libx264 --enable-gpl
9696
make
9797
```

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
- Improve filesize
99

1010
# 1.0.3
11-
- Add more codecs to android and fix codec fetching
11+
- Add more codecs to android
12+
- Fix codec fetching
13+
14+
# 1.0.4
15+
16+
- Mac release

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"id": "eclipse.ffmpeg-api",
1515
"name": "FFmpeg API",
16-
"version": "v1.0.3",
16+
"version": "v1.0.4",
1717
"developers": ["Eclipse Team", "maxnu"],
1818
"description": "Interaction with FFmpeg made easy",
1919
"tags": ["utility", "offline"],

0 commit comments

Comments
 (0)