comparison libvo/vo_mpegpes.c @ 2727:a44484066941

autodetecting for dvb-cards
author jaf
date Mon, 05 Nov 2001 21:49:20 +0000
parents 73838acce666
children 8e157167cee5
comparison
equal deleted inserted replaced
2726:d81c978eacc4 2727:a44484066941
1 #undef HAVE_DVB
2 #define PES_MAX_SIZE 2048 1 #define PES_MAX_SIZE 2048
3 /* 2 /*
4 * Based on: 3 * Based on:
5 * 4 *
6 * test_av.c - Test program for new API 5 * test_av.c - Test program for new API
19 #include <string.h> 18 #include <string.h>
20 19
21 #include <sys/types.h> 20 #include <sys/types.h>
22 #include <sys/stat.h> 21 #include <sys/stat.h>
23 #include <fcntl.h> 22 #include <fcntl.h>
23
24 #include "config.h"
24 25
25 #ifdef HAVE_DVB 26 #ifdef HAVE_DVB
26 27
27 #include <sys/poll.h> 28 #include <sys/poll.h>
28 29