diff options
author | 2003-12-13 20:11:45 +0000 | |
---|---|---|
committer | 2003-12-13 20:11:45 +0000 | |
commit | 3c909aec6bb6f30dec3d22b78bf49e77a3260bf3 (patch) | |
tree | 3a27e42e24b9d9d65965cbce7728a0551ccf3034 /media-video | |
parent | cleaner version with included ffmpeg/mpeg2dec (diff) | |
download | historical-3c909aec6bb6f30dec3d22b78bf49e77a3260bf3.tar.gz historical-3c909aec6bb6f30dec3d22b78bf49e77a3260bf3.tar.bz2 historical-3c909aec6bb6f30dec3d22b78bf49e77a3260bf3.zip |
cleaner version with included ffmpeg/mpeg2dec
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/vlc-0.6.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-0.6.2-r1.ebuild b/media-video/vlc/vlc-0.6.2-r1.ebuild index 0c73c1fc8ae3..eb59a6947db5 100644 --- a/media-video/vlc/vlc-0.6.2-r1.ebuild +++ b/media-video/vlc/vlc-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Incfi +# Copyright 1999-2003 Gentoo Technologies, Inc # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.2-r1.ebuild,v 1.1 2003/12/13 20:11:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.2-r1.ebuild,v 1.2 2003/12/13 20:11:45 seemant Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -136,7 +136,7 @@ src_compile() { --disable-sdl \ --without-x \ `use_enable mmx` || die "libmpeg2 failed to configure" - + emake || make || die "libmpeg2 failed to compile" # ffMPEG |