summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg-devel/files/patch-libavcodec::bswap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix <sys/param.h> detection code. NOW, the optimized FreeBSD byteswapMario Sergio Fujikawa Ferreira2002-11-031-1/+1
| | | | | | | can REALLY be used. Notes: svn path=/head/; revision=69330
* o Add optimizations if WITH_OPTIMIZED_CFLAGS [1]Mario Sergio Fujikawa Ferreira2002-11-031-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