Mercurial > mplayer.hg
comparison libvo/vo_zr2.c @ 13787:e047e70a9767
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
author | diego |
---|---|
date | Thu, 28 Oct 2004 01:15:53 +0000 |
parents | a55d0c2d72b5 |
children | 04ce031b1180 |
comparison
equal
deleted
inserted
replaced
13786:ad29267afe7a | 13787:e047e70a9767 |
---|---|
23 | 23 |
24 #include "config.h" | 24 #include "config.h" |
25 | 25 |
26 #include "video_out.h" | 26 #include "video_out.h" |
27 #include "video_out_internal.h" | 27 #include "video_out_internal.h" |
28 #include "../mp_msg.h" | 28 #include "mp_msg.h" |
29 #include "fastmemcpy.h" | 29 #include "fastmemcpy.h" |
30 | 30 |
31 static vo_info_t info = { | 31 static vo_info_t info = { |
32 "Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)", | 32 "Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)", |
33 "zr2", | 33 "zr2", |