From: kramm Date: Sat, 10 Sep 2005 12:29:47 +0000 (+0000) Subject: fixed 0.7.0 compilation problem X-Git-Tag: xpdf-3-01~73 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=4a80dbd0b6295f958f7408df06d8801327a6a675 fixed 0.7.0 compilation problem --- 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;