From f4d87d3e88e4cb903d2440b2becb93dacbd81198 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 6 Apr 2008 18:17:59 +0000 Subject: Rename RTJPEG files so that filenames consist of lowercase name only. Parts of the build system assume lowercase-only filenames. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26336 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ve_nuv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs/ve_nuv.c') diff --git a/libmpcodecs/ve_nuv.c b/libmpcodecs/ve_nuv.c index 38ef091dff..0b670179cd 100644 --- a/libmpcodecs/ve_nuv.c +++ b/libmpcodecs/ve_nuv.c @@ -21,7 +21,7 @@ #include "libmpdemux/nuppelvideo.h" #include -#include "native/RTjpegN.h" +#include "native/rtjpegn.h" #define LZO_AL(size) (((size) + (sizeof(long) - 1)) / sizeof(long)) #define LZO_IN_LEN (1024*1024L) -- cgit v1.2.3