Makefile.ffmpeg: added ac3 eac3 decoders
This commit is contained in:
parent
a35d66160e
commit
9bf584ada1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ FFMPEG_URL = http://ffmpeg.org/releases/$(FFMPEG_TB)
|
|||
|
||||
EXTLIBS = libx264 libvorbis libvpx
|
||||
COMPONENTS = avutil avformat avcodec swresample swscale avresample
|
||||
DECODERS = mpeg2video mp2 h264 h264_vdpau aac aac_latm vorbis libvorbis
|
||||
DECODERS = mpeg2video mp2 ac3 eac3 h264 h264_vdpau aac aac_latm vorbis libvorbis
|
||||
ENCODERS = mpeg2video mp2 libx264 libvpx_vp8 libvpx_vp9 aac libaacplus vorbis libvorbis
|
||||
MUXERS = mpegts mpeg2dvd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue