comparison stream/stream_tv.c @ 19312:ab8d6b6deb63

proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
author ben
date Fri, 04 Aug 2006 17:01:29 +0000
parents f6316aa3a7f2
children 568e9190f631
comparison
equal deleted inserted replaced
19311:0a4df538c136 19312:ab8d6b6deb63
21 21
22 #include <stdlib.h> 22 #include <stdlib.h>
23 #include <string.h> 23 #include <string.h>
24 24
25 #include "stream.h" 25 #include "stream.h"
26 #include "demuxer.h" 26 #include "libmpdemux/demuxer.h"
27 27
28 static int 28 static int
29 tv_stream_open (stream_t *stream, int mode, void *opts, int *file_format) 29 tv_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
30 { 30 {
31 extern char* tv_param_channel; 31 extern char* tv_param_channel;