From 4a80dbd0b6295f958f7408df06d8801327a6a675 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 10 Sep 2005 12:29:47 +0000 Subject: [PATCH] fixed 0.7.0 compilation problem --- lib/modules/swfsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/swfsound.c b/lib/modules/swfsound.c index 3e5652b..10a737a 100644 --- a/lib/modules/swfsound.c +++ b/lib/modules/swfsound.c @@ -88,7 +88,7 @@ int swf_mp3_bitrate = 32; #define HAVE_SOUND #include -#include "../lame/lame.h" +#include static lame_global_flags*lame_flags; -- 1.7.10.4