CVSROOT: /cvs
Module name: ports
Changes by: [EMAIL PROTECTED] 2008/09/04 19:10:21
Modified files:
graphics/ffmpeg: Makefile
graphics/ffmpeg/patches: patch-configure
Added files:
graphics/ffmpeg/patches: patch-libavcodec_ppc_check_altivec_c
Log message:
Fix FFmpeg's configure script so it can retreive and understand the
hardware architecture instead of the machine port. Also add support
for detecting the presence of AltiVec at run-time using the
machdep.altivec sysctl.
At the moment AltiVec is disabled but this at least allows the
configure script to build in the support if --disable-altivec is
removed. Facilitates further testing and debugging.
ok kili@ jakemsr@