fixed 0.7.0 compilation problem
authorkramm <kramm>
Sat, 10 Sep 2005 12:29:47 +0000 (12:29 +0000)
committerkramm <kramm>
Sat, 10 Sep 2005 12:29:47 +0000 (12:29 +0000)
lib/modules/swfsound.c

index 3e5652b..10a737a 100644 (file)
@@ -88,7 +88,7 @@ int swf_mp3_bitrate = 32;
 #define HAVE_SOUND
 
 #include <stdarg.h>
 #define HAVE_SOUND
 
 #include <stdarg.h>
-#include "../lame/lame.h"
+#include <lame.h>
 
 static lame_global_flags*lame_flags;
 
 
 static lame_global_flags*lame_flags;