diff options
author | Reinhard Tartler <siretart@tauware.de> | 2012-01-02 17:01:56 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2012-01-02 17:21:55 +0100 |
commit | 302371c05562d6992c6edcb72534b5f16982b659 (patch) | |
tree | 0d5fd8099d35b793449ac9454638e3cd496458de | |
parent | 4fb930a8008afe63b1cb2592359ccff261363bfb (diff) | |
download | ffmpeg-302371c05562d6992c6edcb72534b5f16982b659.tar.gz |
Release notes: mention cleaned up header includes
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
-rw-r--r-- | doc/RELEASE_NOTES | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index f857a183fd..b5ced86e85 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -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 |