comparison bethsoftvideo.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents a4104482ceef
children e943e1409077
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
25 * @author Nicholas Tung [ntung (at. ntung com] (2007-03) 25 * @author Nicholas Tung [ntung (at. ntung com] (2007-03)
26 * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID 26 * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
27 * @sa http://www.svatopluk.com/andux/docs/dfvid.html 27 * @sa http://www.svatopluk.com/andux/docs/dfvid.html
28 */ 28 */
29 29
30 #include "common.h" 30 #include "libavutil/common.h"
31 #include "dsputil.h" 31 #include "dsputil.h"
32 #include "bethsoftvideo.h" 32 #include "bethsoftvideo.h"
33 #include "bytestream.h" 33 #include "bytestream.h"
34 34
35 typedef struct BethsoftvidContext { 35 typedef struct BethsoftvidContext {