Mercurial > libpostproc.hg
diff postprocess_internal.h @ 108:83d51d1fb580 libpostproc
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | e565483b1193 |
| children | 858be852c955 |
line wrap: on
line diff
--- a/postprocess_internal.h Thu Apr 24 10:17:55 2008 +0000 +++ b/postprocess_internal.h Fri May 09 11:56:36 2008 +0000 @@ -26,7 +26,7 @@ #ifndef FFMPEG_POSTPROCESS_INTERNAL_H #define FFMPEG_POSTPROCESS_INTERNAL_H -#include "avutil.h" +#include "libavutil/avutil.h" #include "postprocess.h" #define V_DEBLOCK 0x01
