Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix <sys/param.h> detection code. NOW, the optimized FreeBSD byteswap | Mario Sergio Fujikawa Ferreira | 2002-11-03 | 1 | -1/+1 |
| | | | | | | | can REALLY be used. Notes: svn path=/head/; revision=69330 | ||||
* | o Add optimizations if WITH_OPTIMIZED_CFLAGS [1] | Mario Sergio Fujikawa Ferreira | 2002-11-03 | 1 | -0/+41 |
o Make it CFLAGS safe (I have no idea how this escaped me) o Unless WITHOUT_LIBA52, use liba52 port instead of ffmpeg liba52 code. The liba52 port is more optimized. o Use FreeBSD byteswap optimized routines IF one happens to be using either FreeBSD 4.7-RELEASE or later o Do not bump PORTREVISION Submitted by: "Steve O'Hara-Smith" <steve@sohara.org> [1] Reviewed by: "Steve O'Hara-Smith" <steve@sohara.org> Notes: svn path=/head/; revision=69328 |