Mercurial > mplayer.hg
changeset 18862:1268b2346234
postprocess.h was moved to libpostproc years ago..
author | diego |
---|---|
date | Fri, 30 Jun 2006 12:38:22 +0000 |
parents | 8579acff875e |
children | 06e4c7737aa7 |
files | libmpcodecs/vd_odivx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_odivx.c Fri Jun 30 12:00:31 2006 +0000 +++ b/libmpcodecs/vd_odivx.c Fri Jun 30 12:38:22 2006 +0000 @@ -44,7 +44,7 @@ #ifndef NEW_DECORE #include "opendivx/decore.h" -#include "postproc/postprocess.h" +#include "libpostproc/postprocess.h" #elif DECORE_XVID #include <divx4.h> #else