multimedia/vlc

Juergen Lock nox at jelal.kn-bremen.de
Sun Sep 2 18:50:07 UTC 2012


On Sun, Sep 02, 2012 at 08:26:49PM +0200, emmh wrote:
> emmh wrote:
> > Hi,
> > 
> > I ran into the proplems with the mmx and sse thing.
> > [...]
> > make is still running (remember the cpu above), I'll report.
> 
> gcc 4.4 works for me.
> 
Cool, now if clang works too we could spare 9.x users the need
of building/installing a newer gcc...  (And even if not, I'd
probably prefer gcc 4.6 over 4.4 if only to be consistent with other
ports like mplayer.)

 Just thinking, :)
	Juergen

> "
> VLC media player 2.0.3 Twoflower
> ...
> Compiler: gcc version 4.4.7 20111108 (prerelease) (FreeBSD Ports
> Collection).
> "
> 
> Nice to know:
> 
> FreeBSD ***.***.*** 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Fri Aug
> 24 05:15:51 CEST 2012
> root@***.***.***:/usr/obj/usr/src/sys/GENERIC  i386
> 
> 
> CPU: Intel Pentium III (1002.30-MHz 686-class CPU)
> 
> 
> etc/make.conf:
>  ...
>  # gcc 4.4
>  .if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc44)
>  .if empty(.CURDIR:M/usr/ports/net/openldap*)
>  CC=gcc44
>  CXX=g++44
>  CPP=cpp44
>  .endif
>  .endif
> 
> 
> /etc/libmap.conf:
>  ...
>  libgcc_s.so.1   gcc44/libgcc_s.so.1
>  libgomp.so.1    gcc44/libgomp.so.1
>  libobjc.so.3    gcc44/libobjc.so.2
>  libssp.so.0     gcc44/libssp.so.0
>  libstdc++.so.6  gcc44/libstdc++.so.6
> 
> 
> /usr/ports/multimedia/vlc/Makefile:
>  ...
>  # sometimes(?) misdetected causing build failure
>  #.if ${ARCH} == "i386"
>  #CONFIGURE_ARGS+=--disable-sse --disable-mmx
>  #.endif
>  ...
> 
> 
> binutils-2.22_1     GNU binary tools
> 
> gcc-4.4.7.20111108  GNU Compiler Collection 4.4
> gccmakedep-1.0.2    Create dependencies in makefiles using 'gcc -M'
> 
> 
> emmh


More information about the freebsd-multimedia mailing list