Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Vorbis tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
61
Issues
61
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Vorbis tools
Commits
113fb258
Commit
113fb258
authored
Sep 02, 2003
by
Stan Seibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump, and README update.
svn path=/trunk/vorbis-tools/; revision=5290
parent
f2a2238f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
README
README
+9
-1
configure.in
configure.in
+1
-1
No files found.
README
View file @
113fb258
...
...
@@ -24,7 +24,9 @@ DEPENDENCIES:
All of the tools require libogg and libvorbis to be installed (along
with the header files). Additionally, ogg123 requires libao, libcurl,
and a POSIX-compatible thread library. The libraries libogg,
and a POSIX-compatible thread library. Ogg123 can optionally compiled
to use libFLAC, libOggFLAC, and libspeex. Oggenc can be optionally
compiled with libFLAC and libOggFLAC. The libraries libogg,
libvorbis, and libao are all available at
http://www.vorbis.com/download.psp
...
...
@@ -32,6 +34,12 @@ The libcurl library is packaged with most Linux distributions. The
source code can also be downloaded from:
http://curl.haxx.se/libcurl/
FLAC is available at:
http://flac.sourceforge.net
Speex is available at:
http://www.speex.org/
CONTACT:
The Ogg Vorbis homepage is located at 'http://www.vorbis.com'. Up to
...
...
configure.in
View file @
113fb258
...
...
@@ -9,7 +9,7 @@ AC_INIT(oggenc/encode.c)
dnl Apparently we need a newer version than we used to.
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(vorbis-tools,1.0)
AM_INIT_AUTOMAKE(vorbis-tools,1.0
.1
)
dnl --------------------------------------------------
dnl Check for programs
...
...
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