adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell acinclude.m4,1.15,1.16


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell acinclude.m4,1.15,1.16
Date: Thu, 19 Sep 2002 11:06:00 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv29488

Modified Files:
        acinclude.m4 
Log Message:
FIXED vorbis test


Index: acinclude.m4
===================================================================
RCS file: /cvsroot/adonthell/adonthell/acinclude.m4,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** acinclude.m4        19 Sep 2002 14:00:55 -0000      1.15
--- acinclude.m4        19 Sep 2002 15:05:58 -0000      1.16
***************
*** 25,28 ****
--- 25,41 ----
  # PARTICULAR PURPOSE.
  
+ # aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
+ 
+ # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
+ # Free Software Foundation, Inc.
+ # This file is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+ # This program is distributed in the hope that it will be useful,
+ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ # PARTICULAR PURPOSE.
+ 
  AC_DEFUN(AM_PATH_PYTHON,
  [
***************
*** 6647,6651 ****
  
      vorbis_info_init (&vi);
!     vorbis_encode_init (&vi, 2, 44100, -1, 128, -1);
      vorbis_analysis_init (&vd, &vi);
      vorbis_block_init (&vd, &vb);
--- 6660,6664 ----
  
      vorbis_info_init (&vi);
!     vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1);
      vorbis_analysis_init (&vd, &vi);
      vorbis_block_init (&vd, &vb);
***************
*** 6899,6902 ****
--- 6912,6916 ----
    rm -f conf.gtktest
  ])
+ 
  
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]