Date: Sun, 2 Sep 2012 19:55:43 +0200 From: Juergen Lock <nox@jelal.kn-bremen.de> To: emmh <emmh@gulli.com> Cc: nox@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: multimedia/vlc Message-ID: <20120902175543.GA86586@triton8.kn-bremen.de> In-Reply-To: <50438F7C.6090402@gulli.com> References: <50438F7C.6090402@gulli.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 02, 2012 at 06:55:24PM +0200, emmh wrote: > Hi, > > I ran into the proplems with the mmx and sse thing. > > According to http://trac.videolan.org/vlc/ticket/5979 it's a gcc 4.2.1 > problem so I switched to gcc 4.4*, changed the Makefile (commented out > the --disable-mmx...) and it seems to build here (Pentium III > (1002.30-MHz 686-class CPU). > Maybe it is possible to enable these features for gcc 4.4 (or higher?)? > > make is still running (remember the cpu above), I'll report. Heh I just came to the same thought without actually having seen that ticket, I suggested the guy that originally reported the issue to try: USE_GCC?= 4.6+ like also the mplayer port (optionally) uses. And for 9.x and up it may also make sense to try: CC= clang CXX= clang++ like the mplayer port also does. If both of these work I guess we could just (more or less) copy the logic from the mplayer port... Thanx, :) Juergen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120902175543.GA86586>