Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libao
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Guy
libao
Commits
762ff7dd
Commit
762ff7dd
authored
23 years ago
by
Jack Moffitt
Browse files
Options
Downloads
Patches
Plain Diff
Updated for 0.8.2 release.
git-svn-id:
http://svn.xiph.org/trunk/ao@2853
0101bb08-14d6-0310-b084-bc0e0c8e3800
parent
550b16b1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+3
-0
3 additions, 0 deletions
CHANGES
configure.in
+2
-2
2 additions, 2 deletions
configure.in
libao.spec
+4
-1
4 additions, 1 deletion
libao.spec
with
9 additions
and
3 deletions
CHANGES
+
3
−
0
View file @
762ff7dd
0.8.2 - December 2001
- alsa09 plugin updated
0.8.0 - August 2000
- Major API rewrite. Old apps and plugins will not work with this library!
- Default driver detection now works.
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
2
−
2
View file @
762ff7dd
...
...
@@ -2,12 +2,12 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/audio_out.c)
AM_INIT_AUTOMAKE(libao,0.8.
1
)
AM_INIT_AUTOMAKE(libao,0.8.
2
)
AM_DISABLE_STATIC
dnl Library versioning
LIB_CURRENT=3
LIB_REVISION=
0
LIB_REVISION=
1
LIB_AGE=1
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
...
...
This diff is collapsed.
Click to expand it.
libao.spec
+
4
−
1
View file @
762ff7dd
%define name libao
%define version 0.8.
1
%define version 0.8.
2
%define release 1
%define pluginver 2
...
...
@@ -72,6 +72,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
/sbin/ldconfig
%changelog
* Tue Dec 18 2001 Jack Moffitt <jack@xiph.org>
- Update for 0.8.2 release.
* Sun Oct 07 2001 Jack Moffitt <jack@xiph.org>
- supports configurable prefixes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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