[xiph-cvs] cvs commit: vorbis-tools/vorbiscomment Makefile.am vorbiscomment.c

Kenneth Arnold ken at arnoldnet.net
Mon Oct 2 19:21:26 PDT 2000



On Mon, Oct 02, 2000 at 07:21:24PM -0700, Jack Moffitt wrote:
> jack        00/10/02 19:21:23
> 
>   Modified:    vorbiscomment vorbiscomment.c
>   Added:       vorbiscomment Makefile.am
>   Log:
>   vorbiscomment and oggenc now build
> 
> Revision  Changes    Path
> 1.3       +3 -3      vorbis-tools/vorbiscomment/vorbiscomment.c
> 
> Index: vorbiscomment.c
> ===================================================================
> RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/vorbiscomment.c,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- vorbiscomment.c	2000/09/27 06:12:32	1.2
> +++ vorbiscomment.c	2000/10/03 02:21:23	1.3
> @@ -8,15 +8,15 @@
>   * Vorbis comment field editor - designed to be wrapped by scripts, etc.
>   * and as a proof of concept/example code/
>   * 
> - * last mod: $Id: vorbiscomment.c,v 1.2 2000/09/27 06:12:32 jack Exp $
> + * last mod: $Id: vorbiscomment.c,v 1.3 2000/10/03 02:21:23 jack Exp $
>   */
>  
>  
>  #include <stdio.h>
>  #include <stdlib.h>
>  #include <math.h>
> -#include "vorbis/codec.h"
> -#include "../lib/bitwise.h"
> +#include <ogg/ogg.h>
> +#include <vorbis/codec.h>
>  
>  #define CHUNK 4096
>  
> 
> 
> 
> 1.1                  vorbis-tools/vorbiscomment/Makefile.am
> 
> Index: Makefile.am
> ===================================================================
> ## Process this file with automake to produce Makefile.in
> 
> AUTOMAKE_OPTIONS = foreign
> 
> bin_PROGRAMS = vorbiscomment
> 
> oggenc_SOURCES = vorbiscomment.c
  ^^^^^^ vorbiscomment, huh?

> 
> debug:
> 	$(MAKE) all CFLAGS="@DEBUG@"
> 
> profile:
> 	$(MAKE) all CFLAGS="@PROFILE@"
> 
> 
> 
> 
> --- >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.

--- >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