vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Aug 3 16:08:19 2011 +0300| [819fe74deecf589cc4de794a92204c8b53095879] | committer: Rémi Denis-Courmont
Remove maemo6 from old contrib > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=819fe74deecf589cc4de794a92204c8b53095879 --- extras/contrib/bootstrap | 2 -- extras/contrib/src/Distributions/maemo6.mak | 9 --------- 2 files changed, 0 insertions(+), 11 deletions(-) diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index 4db520e..918eb99 100755 --- a/extras/contrib/bootstrap +++ b/extras/contrib/bootstrap @@ -293,8 +293,6 @@ if test -z "${DISTRO}" -a "$TARGET" = "$BUILD"; then hint_distro fedora elif test -f /etc/maemo_version; then hint_distro maemo5 - elif test "$SBOX_UNAME_MACHINE"; then - hint_distro maemo6 elif test -f /etc/debian_version; then # NOTE: check for Debian *after* its derivatives hint_distro debian diff --git a/extras/contrib/src/Distributions/maemo6.mak b/extras/contrib/src/Distributions/maemo6.mak deleted file mode 100644 index 5bfe691..0000000 --- a/extras/contrib/src/Distributions/maemo6.mak +++ /dev/null @@ -1,9 +0,0 @@ -# Maemo 5 -all: \ - .mad .mpcdec .lame \ - .tag .libass \ - .ogg .tremor .vorbisenc .flac .speex .theora .kate .tiger \ - .twolame .dirac .x264 \ - .ebml .matroska .ffmpeg .mod .fluid \ - .live .dvbpsi .zvbi \ - .lua _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
