Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-03-22 22:57:36 +0300
committerReinhard Tartler <siretart@tauware.de>2011-03-22 23:08:48 +0300
commit2b2856bac2012fe505ffd80f441db28c7fc31787 (patch)
tree7b080285365c30bdb71963baa4e0fc41eb30ee22 /Changelog
parent52f9b632b57a64ff058018c9b886ce6e918bbda9 (diff)
Add missing dependencies for the AAC-HE backport for hardcoded tables
Unbreaks compilation with --enable-hardcoded-tables
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2e0a99c378..bcf6428ce9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,11 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 0.6.3:
+
+- fix compilation with --enable-hardcoded-tables
+
+
version 0.6.2:
- Fix invalid reads in VC-1 decoding (related to CVE-2011-0723)