Skip to content

Commit

Permalink
contrib: Maemo use ffmpeg instead of faad for AAC
Browse files Browse the repository at this point in the history
ffmpeg is several times faster...
  • Loading branch information
Rémi Denis-Courmont committed Sep 18, 2009
1 parent 198199c commit d0a0c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/contrib/src/Distributions/maemo.mak
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Maemo 5
all: \
.mad .a52 .dca .mpcdec .faad .lame .mpeg2 \
.mad .a52 .dca .mpcdec .lame .mpeg2 \
.id3tag \
.ogg .tremor .vorbisenc .flac .speex .theora .kate .tiger \
.twolame .x264 \
.ebml .matroska .ffmpeg .mod \
.live .dvbpsi .zvbi \
.lua .xcb .xcb-util
#.faad -> way slower than libavcodec
#.gpg-error .gcrypt .gnutls -> OpenSSL
#.dvdcss .dvdnav -> no DVD
#.dirac -> broken
#.faac -> non-free

0 comments on commit d0a0c35

Please sign in to comment.