Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
vo-amrwbenc
Commits
080af754
Commit
080af754
authored
11 years ago
by
Martin Storsjo
Browse files
Options
Download
Patches
Plain Diff
Add a changelog entry for 0.1.3, bump the version numbers
parent
c032283d
bc
master
v0.1.3
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+8
-0
ChangeLog
configure.ac
+2
-2
configure.ac
with
10 additions
and
2 deletions
ChangeLog
+
8
−
0
View file @
080af754
0.1.3
- Unify the code with upstream, after local changes have been merged upstream
- Update source files to the latest version upstream (no functional changes)
- Avoid text relocations in arm assembly
- Clean up the autotools project files
- Minor warning fixes when building with certain warning flags
- Fix a bug in the wav reader, making it compatible with more wav files
0.1.2
- Update source files to the latest version upstream (no functional changes)
- Hide internal symbols in shared libraries
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
080af754
dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_INIT([vo-amrwbenc], [0.1.
2
], [http://sourceforge.net/projects/opencore-amr/])
AC_INIT([vo-amrwbenc], [0.1.
3
], [http://sourceforge.net/projects/opencore-amr/])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([tar-ustar foreign])
...
...
@@ -37,7 +37,7 @@ LT_INIT
dnl soname version to use
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
dnl current.age.revision.
VO_AMRWBENC_VERSION=0:
3
:0
VO_AMRWBENC_VERSION=0:
4
:0
AC_SUBST(VO_AMRWBENC_VERSION)
AC_CONFIG_FILES([Makefile
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets