File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ brew install bzip2
8686
8787git clone https://code.videolan.org/videolan/x264.git
8888cd x264
89- ./configure --enable-static --enable -shared
89+ ./configure --enable-static --disable -shared
9090make
9191
9292git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
9393brew install automake fdk-aac git lame libass libtool libvorbis libvpx opus sdl shtool texi2html theora wget x264 x265 xvid nasm
9494mkdir 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
9696make
9797```
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ],
You can’t perform that action at this time.
0 commit comments