[PD-cvs] externals/unauthorized/mp3live~ mp3fileout~.libs, NONE, 1.1 mp3streamin~.libs, NONE, 1.1 mp3streamout~.libs, NONE, 1.1 mp3fileout~.c, 1.4, 1.5 mp3streamin~.c, 1.4, 1.5 mp3streamout~.c, 1.5, 1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Dec 9 07:26:01 CET 2005


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

Modified Files:
	mp3fileout~.c mp3streamin~.c mp3streamout~.c 
Added Files:
	mp3fileout~.libs mp3streamin~.libs mp3streamout~.libs 
Log Message:
updated things for the new build system while maintaining backwords compatibilty

--- NEW FILE: mp3fileout~.libs ---
-lmp3lame

Index: mp3streamout~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/mp3live~/mp3streamout~.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mp3streamout~.c	19 Apr 2005 00:17:35 -0000	1.5
--- mp3streamout~.c	9 Dec 2005 06:25:59 -0000	1.6
***************
*** 54,59 ****
--- 54,63 ----
  #include <winsock.h>
  #include <windef.h>
+ #endif
+ 
+ #if defined(__APPLE__) || defined(WIN32)
  #define MSG_NOSIGNAL 0
  #endif
+ 
  #include <lame/lame.h>        /* lame encoder stuff */
  

--- NEW FILE: mp3streamin~.libs ---
-lmp3lame

Index: mp3streamin~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/mp3live~/mp3streamin~.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mp3streamin~.c	22 May 2004 14:04:17 -0000	1.4
--- mp3streamin~.c	9 Dec 2005 06:25:59 -0000	1.5
***************
*** 41,45 ****
  #include <sys/types.h>
  #include <string.h>
! #ifdef UNIX
  #include <sys/socket.h>
  #include <errno.h>
--- 41,45 ----
  #include <sys/types.h>
  #include <string.h>
! #ifndef WIN32
  #include <sys/socket.h>
  #include <errno.h>
***************
*** 55,61 ****
--- 55,65 ----
  #else
  #include <winsock.h>
+ #endif
+ 
+ #if defined(__APPLE__) || defined(WIN32)
  #define MSG_NOSIGNAL 0
  #define SOL_TCP IPPROTO_TCP
  #endif
+ 
  #include "mpg123.h"      /* mpg123 decoding library from lame 3.92 */
  #include "mpglib.h"      /* mpglib decoding library from lame 3.92 */

--- NEW FILE: mp3streamout~.libs ---
-lmp3lame

Index: mp3fileout~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/mp3live~/mp3fileout~.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mp3fileout~.c	22 May 2004 14:04:17 -0000	1.4
--- mp3fileout~.c	9 Dec 2005 06:25:59 -0000	1.5
***************
*** 53,58 ****
  #include <io.h>
  #include <fcntl.h>
- #define  MSG_NOSIGNAL 0
  #endif
  #include "mpg123.h"      /* mpg123 decoding library from lame 3.92 */
  #include "mpglib.h"      /* mpglib decoding library from lame 3.92 */
--- 53,63 ----
  #include <io.h>
  #include <fcntl.h>
  #endif
+ 
+ #if defined(__APPLE__) || defined(WIN32)
+ #define MSG_NOSIGNAL 0
+ #endif
+ 
+ 
  #include "mpg123.h"      /* mpg123 decoding library from lame 3.92 */
  #include "mpglib.h"      /* mpglib decoding library from lame 3.92 */





More information about the Pd-cvs mailing list