Skip to content

Commit 474d16b

Browse files
committed
Enable PCM codec for lite version
Khang-NT/Android-Media-Converter#86
1 parent 511f1fa commit 474d16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/build_ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ cp $PREFIX/bin/ffmpeg $DESTINATION_FOLDER/full/
388388
--disable-encoders \
389389
--disable-decoders \
390390
--enable-encoder='aac,dnxhd,flac,flv,gif,libmp3lame,libopus,libshine,libvorbis,mpeg4,png,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,rawvideo,srt,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,pcm_s16le,pcm_s16be,rawvideo,srt,webvtt' \
392392
\
393393
--enable-libshine \
394394
--enable-libmp3lame \

0 commit comments

Comments
 (0)