Skip to content

Commit 15f02cb

Browse files
committed
Enable GIF encoder and decoder for lite version
Khang-NT/Android-Media-Converter#89
1 parent 30b20f3 commit 15f02cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_scripts/build_ffmpeg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ cp $PREFIX/bin/ffmpeg $DESTINATION_FOLDER/full/
387387
\
388388
--disable-encoders \
389389
--disable-decoders \
390-
--enable-encoder='aac,dnxhd,flac,flv,gif,libmp3lame,libopus,libshine,libvorbis,mpeg4,png,mjpeg,srt,subrip,webvtt' \
391-
--enable-decoder='aac,aac_at,aac_fixed,aac_latm,dnxhd,flac,flv,h261,h263,h263i,h263p,h264,vp8,vp9,libopus,libvorbis,mp3,mpeg4,wavpack,png,mjpeg,pcm_s16le,pcm_s16be,rawvideo,srt,webvtt' \
390+
--enable-encoder='aac,dnxhd,flac,flv,gif,libmp3lame,libopus,libshine,libvorbis,mpeg4,png,mjpeg,gif,srt,subrip,webvtt' \
391+
--enable-decoder='aac,aac_at,aac_fixed,aac_latm,dnxhd,flac,flv,h261,h263,h263i,h263p,h264,vp8,vp9,libopus,libvorbis,mp3,mpeg4,wavpack,png,mjpeg,gif,pcm_s16le,pcm_s16be,rawvideo,srt,webvtt' \
392392
\
393393
--enable-libshine \
394394
--enable-libmp3lame \

0 commit comments

Comments
 (0)