From f123802f4c33d9d146f6e53f8c4691ea3067f8a8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 23 Jan 2011 17:37:17 +0000 Subject: GRAPHICS: Move graphics/video/ to video/. Step 2/2 svn-id: r55474 --- video/codecs/truemotion1data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/codecs/truemotion1data.h') diff --git a/video/codecs/truemotion1data.h b/video/codecs/truemotion1data.h index ce01178fd4..8199135a29 100644 --- a/video/codecs/truemotion1data.h +++ b/video/codecs/truemotion1data.h @@ -26,8 +26,8 @@ // Based on the TrueMotion 1 decoder by Alex Beregszaszi & Mike Melanson in FFmpeg // These tables were originally part of VpVision from On2 -#ifndef GRAPHICS_TRUEMOTION1DATA_H -#define GRAPHICS_TRUEMOTION1DATA_H +#ifndef VIDEO_CODECS_TRUEMOTION1DATA_H +#define VIDEO_CODECS_TRUEMOTION1DATA_H #include "common/scummsys.h" -- cgit v1.2.3