Commit fc26ea2b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Rémi Denis-Courmont

Initial Maemo 5 contribs list

(tested under Scratchbox-based public Beta SDK)
parent 4db7858c
......@@ -267,6 +267,8 @@ case $HOST in
# Try to match distribution
if test -f /etc/fedora-release; then
cat src/Distributions/fedora.mak >> distro.mak
elif test -f /etc/maemo_version; then
cat src/Distributions/maemo.mak >> distro.mak
else
# Default Unix-like systems
cat src/Distributions/unix.mak >> distro.mak
......
# Maemo 5
all: \
.mad .a52 .dca .mpcdec .faad .lame .mpeg2 \
.id3tag \
.ogg .vorbis .vorbisenc .flac .speex .theora .kate .tiger \
.twolame .x264 \
.ebml .matroska .ffmpeg .mod \
.live .dvbpsi .zvbi \
.lua
#.gpg-error .gcrypt .gnutls -> OpenSSL
#.dvdcss .dvdnav -> no DVD
#.dirac -> broken
#.faac -> non-free
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment