comparison libmpdemux/extension.c @ 22605:4d81dbdf46b9

Add explicit location for headers from the stream/ directory.
author diego
date Thu, 15 Mar 2007 18:36:36 +0000
parents 9c7de33d0e17
children 12f4f3a498f7
comparison
equal deleted inserted replaced
22604:ecd75dfafd40 22605:4d81dbdf46b9
3 #include <stdlib.h> 3 #include <stdlib.h>
4 #include <string.h> 4 #include <string.h>
5 5
6 #include "config.h" 6 #include "config.h"
7 7
8 #include "stream.h" 8 #include "stream/stream.h"
9 #include "demuxer.h" 9 #include "demuxer.h"
10 10
11 /* 11 /*
12 * An autodetection based on the extension is not a good idea, but we don't care ;-) 12 * An autodetection based on the extension is not a good idea, but we don't care ;-)
13 */ 13 */