comparison nuv.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
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include <stdio.h> 21 #include <stdio.h>
22 #include <stdlib.h> 22 #include <stdlib.h>
23 23
24 #include "libavutil/bswap.h"
25 #include "libavutil/lzo.h"
24 #include "avcodec.h" 26 #include "avcodec.h"
25
26 #include "bswap.h"
27 #include "dsputil.h" 27 #include "dsputil.h"
28 #include "lzo.h"
29 #include "rtjpeg.h" 28 #include "rtjpeg.h"
30 29
31 typedef struct { 30 typedef struct {
32 AVFrame pic; 31 AVFrame pic;
33 int codec_frameheader; 32 int codec_frameheader;