[vlc-devel] commit: contrib: Maemo use ffmpeg instead of faad for AAC ( Rémi Denis-Courmont )
git version control
git at videolan.org
Fri Sep 18 18:31:32 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Sep 18 19:30:52 2009 +0300| [d0a0c3586614563e844b4083f28f96506c58444f] | committer: Rémi Denis-Courmont
contrib: Maemo use ffmpeg instead of faad for AAC
ffmpeg is several times faster...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0a0c3586614563e844b4083f28f96506c58444f
---
extras/contrib/src/Distributions/maemo.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Distributions/maemo.mak b/extras/contrib/src/Distributions/maemo.mak
index a87ae50..627cb6f 100644
--- a/extras/contrib/src/Distributions/maemo.mak
+++ b/extras/contrib/src/Distributions/maemo.mak
@@ -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
More information about the vlc-devel
mailing list