]> git.sesse.net Git - ffmpeg/commitdiff
Release notes: mention cleaned up header includes
authorReinhard Tartler <siretart@tauware.de>
Mon, 2 Jan 2012 16:01:56 +0000 (17:01 +0100)
committerReinhard Tartler <siretart@tauware.de>
Mon, 2 Jan 2012 16:21:55 +0000 (17:21 +0100)
A rebuild in debian revealed that this broke compilation of a number packages:
http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=siretart@tauware.de;tag=ftbfs-libav0.8

doc/RELEASE_NOTES

index f857a183fd80129677c4a1237df9871c6b7c9d71..b5ced86e858708c244400a49bd40432c799ce519 100644 (file)
@@ -9,8 +9,11 @@ General notes
 This release continues the API cleanups that have begun with the
 previous release. While it is binary compatible with 0.7, many parts of
 the public API were deprecated and will be removed in the git master and
-later releases. Please consult the doc/APIchanges file to see intended
-replacements for the deprecated APIs.
+later releases. Note that a couple of header includes have been cleaned
+up, which may require code changes in your applications. In particular,
+the header "libavutil/mathematics.h" is no longer included from
+"libavcodec/avcodec.h". Please consult the doc/APIchanges file to see
+intended replacements for the deprecated APIs.
 
 Furthermore, our work on the 'ffmpeg' command-line tool has resulted in
 major revisions to its interface. In order to not break existing scripts