# HG changeset patch # User arpi # Date 1018721157 0 # Node ID 5bd00421d251727baacee9c597cbd1799026678a # Parent 5f4485862a728a75ac95d4cc78145e4e1a120463 fastmemcpy path fixed diff -r 5f4485862a72 -r 5bd00421d251 libmpcodecs/native/nuppelvideo.c --- 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"