Mercurial > mplayer.hg
comparison libmpcodecs/ve_nuv.c @ 22600:3c2b4a866c6a
Add explicit location for headers from the stream/ directory.
Now for the encoding-related files as well.
author | diego |
---|---|
date | Thu, 15 Mar 2007 17:30:55 +0000 |
parents | 43d03ab870b6 |
children | ed8f90096c65 |
comparison
equal
deleted
inserted
replaced
22599:4faee1254928 | 22600:3c2b4a866c6a |
---|---|
6 #include "mp_msg.h" | 6 #include "mp_msg.h" |
7 | 7 |
8 #include "m_option.h" | 8 #include "m_option.h" |
9 | 9 |
10 #include "codec-cfg.h" | 10 #include "codec-cfg.h" |
11 #include "stream.h" | 11 #include "stream/stream.h" |
12 #include "demuxer.h" | 12 #include "demuxer.h" |
13 #include "stheader.h" | 13 #include "stheader.h" |
14 | 14 |
15 #include "stream.h" | 15 #include "stream/stream.h" |
16 #include "muxer.h" | 16 #include "muxer.h" |
17 | 17 |
18 #include "img_format.h" | 18 #include "img_format.h" |
19 #include "mp_image.h" | 19 #include "mp_image.h" |
20 #include "vf.h" | 20 #include "vf.h" |