From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EBaAB-0004Tu-Q7 for garchives@archives.gentoo.org; Sat, 03 Sep 2005 15:42:40 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j83Fd07R010560; Sat, 3 Sep 2005 15:39:00 GMT Received: from smtp.istop.com (smtp.istop.com [66.11.167.126]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j83FXv4m032044 for ; Sat, 3 Sep 2005 15:33:57 GMT Received: from waltdnes.org (i216-58-43-93.cybersurf.com [216.58.43.93]) by smtp.istop.com (Postfix) with SMTP id 3EB1C2B3B3 for ; Sat, 3 Sep 2005 11:37:06 -0400 (EDT) Received: by waltdnes.org (sSMTP sendmail emulation); Sat, 3 Sep 2005 11:36:50 -0400 From: waltdnes@waltdnes.org Date: Sat, 3 Sep 2005 11:36:50 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Which drivers to use for audio and video? Message-ID: <20050903153650.GB32410@waltdnes.org> References: <20050901034117.GC15289@waltdnes.org> <5bdc1c8b05083121576f09e915@mail.gmail.com> <20050902051800.GA19616@waltdnes.org> <5bdc1c8b0509012228148738a@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5bdc1c8b0509012228148738a@mail.gmail.com> User-Agent: Mutt/1.5.8i X-Archives-Salt: 3a6f1987-ee85-4e92-b9e2-0f1416bd31ab X-Archives-Hash: b8edc96d3a537fd2c318e0c8960f0a61 On Thu, Sep 01, 2005 at 10:28:27PM -0700, Mark Knecht wrote > Note that 3dnow and mmx are disabled even though I have them enabled > in my make.conf file: What about your CFLAGS line? I assume that you're using "-march=k8". It's supposed to implicitly include mmx and sse and sse2, but maybe the mplayer make file gets cute, and tries reading CFLAGS. Here's my 32-bit mode CFLAGS line... CFLAGS="-O2 -pipe -fomit-frame-pointer -march=athlon -m3dnow -mmmx -msse -msse2 -msse3 -mfpmath=sse" My emerge seems to have everything I asked for [m3000][root][~] emerge -pv mplayer These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] media-video/mplayer-1.0_pre7-r1 -3dfx +3dnow +3dnowext +X +aac -aalib +alsa (-altivec) -arts -bidi -bl -cdparanoia +cpudetection -custom-cflags -debug +dga -directfb +divx4linux -doc -dts -dv -dvb +dvd +dvdread -edl +encode -esd -fbcon -ggi +gif -gtk -i8x0 -ipv6 -jack -joystick +jpeg -libcaca -lirc -live -lzo -mad -matroska -matrox +mmx +mmxext -mythtv -nas -nls -nvidia +opengl -oss +png +real -rtc -samba +sdl +sse +sse2 -svga -tga +theora +truetype -v4l -v4l2 +vorbis +win32codecs -xanim -xinerama -xmms +xv -xvid -xvmc 0 kB Try the following command, and see what local flags it allows... grep /mplayer: /usr/portage/profiles/use.local.desc I think that local flags are supposed to be entered in /etc/portage/package.use. Here's my entry... media-video/mplayer cpudetection real sse2 3dnowext mmxext My flags line is almost identical to yours. I'm missing "lahf_lm". -- Walter Dnes My musings on technology and security at http://tech_sec.blog.ca -- gentoo-user@gentoo.org mailing list