[MPlayer-users] Re: CVS Mplayer compiling problem

Torinthiel torinthiel at megapolis.pl
Sat Feb 5 14:16:54 CET 2005


On Fri, Feb 04, 2005 at 01:21:41PM +0100, Torinthiel wrote:
> See the attached file. It contains all the system headers that are
> included before netdb.h in vo_x11.c

How about I actually attach the file.
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 542916, 3073512
   torinthiel(at)megapolis(dot)pl
   gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8  7346 2B6E 39F2 B069 01F1
 "No classmates may be used during this examination"
-------------- next part --------------
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>

#include <inttypes.h>
#include <stdarg.h>

#include <X11/Xlib.h>
#include <X11/Xutil.h>

// Might not be on your system, check
#include <X11/extensions/xf86vmode.h>

// These 3 might as well be missing
#include <sys/ipc.h>
#include <sys/shm.h>
#include <X11/extensions/XShm.h>

#include <sys/types.h>

#include <fcntl.h>
#include <sys/time.h>
#include <sys/types.h>


// This has to stay
#include <netdb.h>

int main(int argc, char **argv)
{return 0;}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20050205/97d5ead6/attachment.pgp>


More information about the MPlayer-users mailing list