summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/libflash/swf.h
Side-by-side diff
Diffstat (limited to 'core/multimedia/opieplayer/libflash/swf.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/libflash/swf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/libflash/swf.h b/core/multimedia/opieplayer/libflash/swf.h
index 48986cc..5f5e4f7 100644
--- a/core/multimedia/opieplayer/libflash/swf.h
+++ b/core/multimedia/opieplayer/libflash/swf.h
@@ -187,43 +187,43 @@ enum
stagDefineFont2 = 48,
notEnoughData = 0xffff, // Special code
};
#ifndef false
#define false 0
#endif
#ifndef true
#define true 1
#endif
extern int shape_size,shape_nb,shaperecord_size,shaperecord_nb,style_size,style_nb;
typedef void (*ScanLineFunc)(void *id, long y, long start, long end);
class Bitmap;
struct FlashMovie;
extern "C" {
#include "jpeglib.h"
};
extern "C" {
//#include "zlib.h"
-#include "/opt/qt-2.3.2-embedded/src/3rdparty/zlib/zlib.h"
+#include "../src/3rdparty/zlib/zlib.h"
};
#include "graphic.h"
#include "character.h"
#include "bitmap.h"
#include "shape.h"
#include "displaylist.h"
#include "sound.h"
#include "button.h"
#include "font.h"
#include "text.h"
#include "adpcm.h"
#include "program.h"
#include "sprite.h"
#include "script.h"
#include "movie.h"
#endif /* _SWF_H_ */