diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-09 06:25:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-09 06:25:59 +0000 |
commit | b13e2d6c3a525918ed0816c41433509477c9912a (patch) | |
tree | 3742538a19289098ae8ff6b04fec94bcab104dbc /mp3live~/mp3streamout~.c | |
parent | f3fa1baae47dcbf5539c877c20189a5e3dc37909 (diff) |
updated things for the new build system while maintaining backwords compatibilty
svn path=/trunk/externals/unauthorized/; revision=4173
Diffstat (limited to 'mp3live~/mp3streamout~.c')
-rw-r--r-- | mp3live~/mp3streamout~.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mp3live~/mp3streamout~.c b/mp3live~/mp3streamout~.c index 9c9a024..0ed908a 100644 --- a/mp3live~/mp3streamout~.c +++ b/mp3live~/mp3streamout~.c @@ -53,8 +53,12 @@ #include <windows.h> #include <winsock.h> #include <windef.h> +#endif + +#if defined(__APPLE__) || defined(WIN32) #define MSG_NOSIGNAL 0 #endif + #include <lame/lame.h> /* lame encoder stuff */ #include "m_pd.h" /* standard pd stuff */ |