From 4806ec0cb3d199cbc5e60e7dba3ac3c2a54eb3f8 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 29 Jul 2003 16:51:54 +0000 Subject: [PATCH] only the headerfile of h263tables is included now. --- lib/h.263/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/h.263/video.c b/lib/h.263/video.c index c130b54..3a04be1 100644 --- a/lib/h.263/video.c +++ b/lib/h.263/video.c @@ -13,7 +13,7 @@ #include #include "../rfxswf.h" #include "../args.h" -#include "h263tables.c" +#include "h263tables.h" static char * filename = 0; static char * indent = " "; -- 1.7.10.4