Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fdk-aac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
fdk-aac
Commits
b966edf7
Commit
b966edf7
authored
Nov 13, 2012
by
Martin Storsjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a changelog entry for 0.1.1, bump the version numbers
parent
ec5d9228
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
ChangeLog
ChangeLog
+9
-0
configure.ac
configure.ac
+2
-2
No files found.
ChangeLog
View file @
b966edf7
0.1.1
- Updated to a new upstream version from Android 4.2, fixing a lot of crashes
- Cleanup of autotools usage
- Make sure the shared library links to libm if necessary
- Performance improvements on x86
- Added support for WG4/DVD audio channel mappings
- Minimized the differences to upstream
- Added an example encoder tool
0.1.0
- Initial release of fdk-aac
- autotools based build system
...
...
configure.ac
View file @
b966edf7
dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_INIT([fdk-aac], [0.1.
0
], [http://sourceforge.net/projects/opencore-amr/])
AC_INIT([fdk-aac], [0.1.
1
], [http://sourceforge.net/projects/opencore-amr/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])
...
...
@@ -26,7 +26,7 @@ AC_CHECK_LIB([m], [sin])
dnl soname version to use
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
dnl current.age.revision
FDK_AAC_VERSION=0:
1
:0
FDK_AAC_VERSION=0:
2
:0
AC_SUBST(FDK_AAC_VERSION)
AC_CONFIG_FILES([Makefile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment