[PATCH] audiofile (CVS)



  Just trying to update/build GNOME (CVS) and 'audiofile' (from CVS just
a few minutes ago) and it failed with an error something along the lines
of 'unterminated #if' (or something like that), this small patch fixes it.
Looks like somethings were added and wound up with too many 'if's and not
enough 'endif's :-)

$ diff -u test/linuxtest.c.ORIG test/linuxtest.c
--- test/linuxtest.c.ORIG       Wed Oct 20 20:15:31 1999
+++ test/linuxtest.c    Wed Oct 20 20:20:10 1999
@@ -50,6 +50,7 @@
 #define AFMT_S16_NE AFMT_S16_BE
 #else
 #define AFMT_S16_NE AFMT_S16_LE
+#endif /* WORDS_BIGENDIAN */
 #endif /* AFMT_S16_NE */
 
 void setupdsp (int audiofd, int channelCount);

<cut>

--
Never play leapfrog with a Unicorn !

Mike Hall <mhall@riverside.org>, ICQ: #37292579, http://www.riverside.org
System Administrator (MH993) (*nix, OS/2 certified - C, Perl, CGI hacker)



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