comparison libmpcodecs/ad_dshow.c @ 22577:a033e5519802

Include loader/ prefix in #include path everywhere.
author diego
date Thu, 15 Mar 2007 08:29:24 +0000
parents 1ba0aff3ed0a
children 0f1b5b68af32
comparison
equal deleted inserted replaced
22576:8d6a555d6616 22577:a033e5519802
17 "" 17 ""
18 }; 18 };
19 19
20 LIBAD_EXTERN(dshow) 20 LIBAD_EXTERN(dshow)
21 21
22 #include "dshow/DS_AudioDecoder.h" 22 #include "loader/dshow/DS_AudioDecoder.h"
23 23
24 static int init(sh_audio_t *sh) 24 static int init(sh_audio_t *sh)
25 { 25 {
26 return 1; 26 return 1;
27 } 27 }