diff options
author | Chris White <chriswhite@gentoo.org> | 2004-12-02 07:04:31 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-12-02 07:04:31 +0000 |
commit | 5fc1fea6265d4298a4955322ebb1fd154cf9fe51 (patch) | |
tree | 7853d05fd11b17dbdfb94e73f2d07438fd045ec0 /media-video/mplayer/mplayer-1.0_pre5-r4.ebuild | |
parent | Fixing my last fix. (diff) | |
download | historical-5fc1fea6265d4298a4955322ebb1fd154cf9fe51.tar.gz historical-5fc1fea6265d4298a4955322ebb1fd154cf9fe51.tar.bz2 historical-5fc1fea6265d4298a4955322ebb1fd154cf9fe51.zip |
Changed vo -> ao for alsa warning.
Diffstat (limited to 'media-video/mplayer/mplayer-1.0_pre5-r4.ebuild')
-rw-r--r-- | media-video/mplayer/mplayer-1.0_pre5-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mplayer/mplayer-1.0_pre5-r4.ebuild b/media-video/mplayer/mplayer-1.0_pre5-r4.ebuild index 6c94f92adde4..cd1bbe8a2eed 100644 --- a/media-video/mplayer/mplayer-1.0_pre5-r4.ebuild +++ b/media-video/mplayer/mplayer-1.0_pre5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre5-r4.ebuild,v 1.24 2004/11/14 09:51:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_pre5-r4.ebuild,v 1.25 2004/12/02 07:04:31 chriswhite Exp $ inherit eutils flag-o-matic kernel-mod @@ -538,7 +538,7 @@ pkg_postinst() { einfo "alsa9x or alsa1x. It is now just 'alsa' (omit quotes)." einfo "The syntax for optional drivers has also changed. For example" einfo "if you use a dmix driver called 'dmixer,' use" - einfo "vo=alsa:device=dmixer instead of vo=alsa:dmixer" + einfo "ao=alsa:device=dmixer instead of ao=alsa:dmixer" einfo "Some users may not need to specify the extra driver with the vo=" einfo "command." fi |