[PD-cvs] externals/unauthorized/speex~ speexin~.c, 1.2, 1.3 speexout~.c, 1.3, 1.4

carmen rocco ix9 at users.sourceforge.net
Tue Apr 12 17:31:15 CEST 2005


Update of /cvsroot/pure-data/externals/unauthorized/speex~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32184/speex~

Modified Files:
	speexin~.c speexout~.c 
Log Message:
speex


Index: speexout~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/speex~/speexout~.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** speexout~.c	25 Sep 2003 20:58:55 -0000	1.3
--- speexout~.c	12 Apr 2005 15:31:13 -0000	1.4
***************
*** 63,68 ****
  #endif
  
! #include <speex.h>        /* speex codec stuff */ 
! #include <speex_bits.h>   /* speex codec stuff */ 
  
  #include "m_pd.h"            /* standard pd stuff */
--- 63,68 ----
  #endif
  
! #include <speex/speex.h>        /* speex codec stuff */ 
! #include <speex/speex_bits.h>   /* speex codec stuff */ 
  
  #include "m_pd.h"            /* standard pd stuff */

Index: speexin~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/speex~/speexin~.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** speexin~.c	25 Sep 2003 20:58:55 -0000	1.2
--- speexin~.c	12 Apr 2005 15:31:12 -0000	1.3
***************
*** 50,55 ****
  #endif
  
! #include <speex.h>        /* speex decoder stuff */
! #include <speex_bits.h>   /* speex decoder stuff */
  
  #ifdef NT
--- 50,55 ----
  #endif
  
! #include <speex/speex.h>        /* speex decoder stuff */
! #include <speex/speex_bits.h>   /* speex decoder stuff */
  
  #ifdef NT





More information about the Pd-cvs mailing list