Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: added ac3 eac3 decoders
  • Loading branch information
perexg committed Oct 14, 2014
1 parent a35d661 commit 9bf584a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ffmpeg
Expand Up @@ -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

Expand Down

0 comments on commit 9bf584a

Please sign in to comment.