[xiph-cvs] cvs commit: vorbis-tools/vorbiscomment .cvsignore

Jack Moffitt jack at xiph.org
Mon Sep 11 00:13:26 PDT 2000



jack        00/09/11 00:13:26

  Modified:    .        Makefile.am configure.in
  Added:       vorbiscomment .cvsignore
  Removed:     scripts  mp3tovorbis
  Log:
  axed mp3tovorbis (transcoding is bad, and it depended on vorbize)
  got vorbiscomment building

Revision  Changes    Path
1.2       +1 -1      vorbis-tools/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile.am	2000/09/11 06:21:15	1.1
+++ Makefile.am	2000/09/11 07:13:25	1.2
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign dist-zip
 
-SUBDIRS = oggenc
+SUBDIRS = oggenc vorbiscomment
 
 EXTRA_DIST = README
 

1.2       +1 -1      vorbis-tools/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.in	2000/09/11 06:21:15	1.1
+++ configure.in	2000/09/11 07:13:25	1.2
@@ -75,4 +75,4 @@
 AC_SUBST(PROFILE)
 AC_SUBST(CC)
 
-AC_OUTPUT(Makefile oggenc/Makefile)
+AC_OUTPUT(Makefile oggenc/Makefile vorbiscomment/Makefile)

1.1                  vorbis-tools/vorbiscomment/.cvsignore

Index: .cvsignore
===================================================================
vorbiscomment
Makefile
Makefile.in
.libs
.deps

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list