Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis tools
Commits
7e4297fd
Commit
7e4297fd
authored
Dec 21, 2001
by
Stan Seibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted library reordering. Original was correct. :(
svn path=/trunk/vorbis-tools/; revision=2885
parent
12c56408
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
ogg123/Makefile.am
ogg123/Makefile.am
+1
-1
oggenc/Makefile.am
oggenc/Makefile.am
+1
-1
ogginfo/Makefile.am
ogginfo/Makefile.am
+1
-1
vcut/Makefile.am
vcut/Makefile.am
+1
-1
vorbiscomment/Makefile.am
vorbiscomment/Makefile.am
+1
-1
No files found.
ogg123/Makefile.am
View file @
7e4297fd
...
...
@@ -11,7 +11,7 @@ man_MANS = ogg123.1
INCLUDES
=
@OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ @CURL_CFLAGS@
\
@PTHREAD_CFLAGS@ @SHARE_CFLAGS@
ogg123_LDADD
=
@
OGG
_LIBS@ @VORBIS_LIBS@ @
VORBISFILE
_LIBS@ @AO_LIBS@
\
ogg123_LDADD
=
@
VORBISFILE
_LIBS@ @VORBIS_LIBS@ @
OGG
_LIBS@ @AO_LIBS@
\
@SOCKET_LIBS@ @SHARE_LIBS@ @CURL_LIBS@ @PTHREAD_CFLAGS@
\
@PTHREAD_LIBS@
ogg123_DEPENDENCIES
=
@SHARE_LIBS@
...
...
oggenc/Makefile.am
View file @
7e4297fd
...
...
@@ -8,7 +8,7 @@ bin_PROGRAMS = oggenc
INCLUDES
=
@OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
oggenc_LDADD
=
@
OGG
_LIBS@ @VORBIS_LIBS@ @
VORBISENC
_LIBS@ @LIBICONV@
\
oggenc_LDADD
=
@
VORBISENC
_LIBS@ @VORBIS_LIBS@ @
OGG
_LIBS@ @LIBICONV@
\
@SHARE_LIBS@
oggenc_DEPENDENCIES
=
@SHARE_LIBS@
...
...
ogginfo/Makefile.am
View file @
7e4297fd
...
...
@@ -8,7 +8,7 @@ man_MANS = ogginfo.1
INCLUDES
=
@OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
ogginfo_LDADD
=
@
OGG
_LIBS@ @
VORBIS
_LIBS@ @LIBICONV@ @SHARE_LIBS@
ogginfo_LDADD
=
@
VORBIS
_LIBS@ @
OGG
_LIBS@ @LIBICONV@ @SHARE_LIBS@
ogginfo_DEPENDENCIES
=
@SHARE_LIBS@
ogginfo_SOURCES
=
ogginfo.c
...
...
vcut/Makefile.am
View file @
7e4297fd
...
...
@@ -8,7 +8,7 @@ man_MANS = vcut.1
INCLUDES
=
@OGG_CFLAGS@ @VORBIS_CFLAGS@
vcut_LDADD
=
@
OGG
_LIBS@ @
VORBIS
_LIBS@
vcut_LDADD
=
@
VORBIS
_LIBS@ @
OGG
_LIBS@
vcut_SOURCES
=
vcut.c vcut.h
...
...
vorbiscomment/Makefile.am
View file @
7e4297fd
...
...
@@ -6,7 +6,7 @@ bin_PROGRAMS = vorbiscomment
INCLUDES
=
@OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
vorbiscomment_LDADD
=
@
OGG
_LIBS@ @
VORBIS
_LIBS@ @LIBICONV@ @SHARE_LIBS@
vorbiscomment_LDADD
=
@
VORBIS
_LIBS@ @
OGG
_LIBS@ @LIBICONV@ @SHARE_LIBS@
vorbiscomment_DEPENDENCIES
=
@SHARE_LIBS@
vorbiscomment_SOURCES
=
vcedit.c vcedit.h vcomment.c
...
...
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