diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-01-20 19:16:22 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-01-20 19:16:22 +0000 |
commit | 3e122c61317b4d73270c2588c09f3c33b979c6ab (patch) | |
tree | 4a7bee5ff3c4dd544eb3293402eb6bb6caa8d310 /media-video | |
parent | gnome mplayer front-end (diff) | |
download | historical-3e122c61317b4d73270c2588c09f3c33b979c6ab.tar.gz historical-3e122c61317b4d73270c2588c09f3c33b979c6ab.tar.bz2 historical-3e122c61317b4d73270c2588c09f3c33b979c6ab.zip |
small fix
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/mplayer-0.90_rc3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mplayer/mplayer-0.90_rc3.ebuild b/media-video/mplayer/mplayer-0.90_rc3.ebuild index bca87dff6e53..1a15661286c5 100644 --- a/media-video/mplayer/mplayer-0.90_rc3.ebuild +++ b/media-video/mplayer/mplayer-0.90_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_rc3.ebuild,v 1.2 2003/01/20 02:11:15 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-0.90_rc3.ebuild,v 1.3 2003/01/20 19:16:22 azarah Exp $ IUSE="dga oss jpeg 3dfx sse matrox sdl X svga ggi oggvorbis 3dnow aalib gnome xv opengl truetype dvd gtk gif esd fbcon encode alsa directfb arts" @@ -244,8 +244,8 @@ src_install() { if [ -f ${S}/postproc/libpostproc.a ] then dolib ${S}/postproc/libpostproc.a - insinto /usr/include - doins ${S}/postproc/postprocess.h +# insinto /usr/include +# doins ${S}/postproc/postprocess.h fi # Install the documentation |