[vorbis-dev] patch for ogg123 on FreeBSD
miles
miles at caddr.com
Tue Sep 19 10:21:30 PDT 2000
In order to get ogg123 to compile under FreeBSD, I had to change the include
order:
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/ogg123.c,v
retrieving revision 1.17
diff -u -r1.17 ogg123.c
--- ogg123.c 2000/08/30 06:09:22 1.17
+++ ogg123.c 2000/09/19 17:18:12
@@ -27,8 +27,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/socket.h> /* !!! */
#include <sys/types.h>
+#include <sys/socket.h> /* !!! */
#include <unistd.h>
#include <netdb.h>
#include <netinet/in.h>
I don't have a linux machine handy, so I'm not sure if this still compiles
under linux.
--
miles at caddr dot com
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list