[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gmediaserver-devel] GMediaServer 0.11.0
From: |
Jan Ceuleers |
Subject: |
Re: [gmediaserver-devel] GMediaServer 0.11.0 |
Date: |
Sat, 08 Apr 2006 13:18:09 +0200 |
User-agent: |
Thunderbird 1.5 (Windows/20051201) |
Oskar,
Oskar Liljeblad wrote:
GMediaServer 0.11.0 was released today.
I've had to make the following changes in order to get this release to
compile:
1. Add "/upnp" to the end of UPNP_CFLAGS in src/Makefile (sorry, I don't
know how to fix configure to do this properly)
2. Add the following #includes to src/webclient.c: <unistd.h> and <time.h>
3. Add #include "ithread.h" to src/metadata.c
4. Add #define min(a,b) MIN(a,b) to src/webserver.c
Hope this helps.
Jan