Date: Sun, 19 Aug 2007 10:35:00 +0000 (UTC) From: Stefan Esser <se@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/ffmpeg pkg-plist ports/multimedia/ffmpeg/files patch-libavcodec_Makefile Message-ID: <200708191035.l7JAZ0BJ007153@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
se 2007-08-19 10:35:00 UTC
FreeBSD ports repository
Modified files:
multimedia/ffmpeg pkg-plist
Added files:
multimedia/ffmpeg/files patch-libavcodec_Makefile
Log:
The ffmpeg developers moved part of avcodec.h into a new file allcodecs.h,
but have not modified the Makefile in libavcodec to install that header.
This broke dvbcut and possibly other ports that directly access decoder
or encoder functions (i.e. which do not use avcodec_find_decoder() to
search for them). Direct access to the functions has not been declared
deprecated (AFAIK) and thus it appears that installation of the header
has just been forgotten ...
Revision Changes Path
1.3 +11 -0 ports/multimedia/ffmpeg/files/patch-libavcodec_Makefile (new)
1.17 +1 -0 ports/multimedia/ffmpeg/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708191035.l7JAZ0BJ007153>
