diff 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
line wrap: on
line diff
--- a/nuv.c	Fri May 09 10:44:12 2008 +0000
+++ b/nuv.c	Fri May 09 11:56:36 2008 +0000
@@ -21,11 +21,10 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "libavutil/bswap.h"
+#include "libavutil/lzo.h"
 #include "avcodec.h"
-
-#include "bswap.h"
 #include "dsputil.h"
-#include "lzo.h"
 #include "rtjpeg.h"
 
 typedef struct {