summaryrefslogtreecommitdiff
path: root/graphics/ffmpeg
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-27FreeBSD has no <getopt.h>, and <sys/types.h> must be included beforefredb2-7/+26
<netinet/in.h>. Submitted by Michal Pasternak in PR pkg/23879. I also tested this on NetBSD 1.6ZG and NetBSD 1.6.2_RC1.
2003-12-25Generalize *BSD support, but try INT64_MAX first, only falling back tofredb2-7/+11
QUAD_MAX as a last resort if it's defined. Reviewed by tron. Partial fix for PR pkg/23879.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-23Install headers and API example. Bump PKGREVISION to 2.wiz3-8/+51
2002-11-06Add buildlink2.mk. Closes PR 18918.wiz1-0/+20
2002-10-09buildlink1 -> buildlink2.wiz1-2/+3
2002-03-30Try to fix build problem under NetBSD 1.5.x discovered in last bulk build.tron2-1/+25
2002-03-22Improve package based on patches supplied by Rui-Xiang Guo in PR pkg/15978:tron7-16/+151
- Build and install shared libraries "libav" and "libavcodec". - Fix "ffserver" to search its configuration file in "${PKG_SYSCONFDIR}". - Install "ffserver.conf" configuration to example and not into documentation directory. Bump package revision to 1 after these changes.
2002-03-21Disable MMX supports. This avoids a lot of suspicious warning and fixestron1-2/+2
build failures with the old toolchain.
2002-03-19Import new "ffmpeg" package:tron7-0/+92
MPEG decoding, encoding and streaming software This fixes PR pkg/15944 by Rui-Xiang Guo.