Mercurial > mplayer.hg
changeset 5604:5bd00421d251
fastmemcpy path fixed
author | arpi |
---|---|
date | Sat, 13 Apr 2002 18:05:57 +0000 |
parents | 5f4485862a72 |
children | 51f695c0e35f |
files | libmpcodecs/native/nuppelvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/native/nuppelvideo.c Sat Apr 13 18:04:24 2002 +0000 +++ b/libmpcodecs/native/nuppelvideo.c Sat Apr 13 18:05:57 2002 +0000 @@ -13,7 +13,7 @@ #include "config.h" #include "mp_msg.h" -#include "fastmemcpy.h" +#include "../../libvo/fastmemcpy.h" #include "libmpdemux/nuppelvideo.h" #include "RTjpegN.h"