pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: multimedia/libvpx and netbsd 5




adding the following part to Makefile helped to build multimedia/libvpx

# e.g., NetBSD 5 has gcc 4.1.3
.if !empty(CC_VERSION:Mgcc-4.1.*)
CONFIGURE_ENV+=                sse=no sse2=no sse3=no ssse3=no sse4_1=no
CONFIGURE_ENV+=         RTCD_OPTIONS='--disable-sse --disable-sse2 
--disable-sse3 --disable-ssse3 --disable-sse4_1 '
CFLAGS+=        -DYUV_DISABLE_ASM
.endif

Regards,
Uwe



Home | Main Index | Thread Index | Old Index