OSDN Git Service

jpeg_size.? を bitmap_util.? に変更 (png, gif のユーティリティも作るので)
authoryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Thu, 28 Oct 2010 07:20:25 +0000 (07:20 +0000)
committeryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Thu, 28 Oct 2010 07:20:25 +0000 (07:20 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@311 7c90b180-03d5-4157-b861-58a559ae9d1e

src/bitmap_util.c [moved from src/jpeg_size.c with 99% similarity]
src/bitmap_util.h [moved from src/jpeg_size.h with 100% similarity]
src/config.m4
src/swf_object.c
src/swf_tag.c
src/swf_tag_jpeg.c

similarity index 99%
rename from src/jpeg_size.c
rename to src/bitmap_util.c
index 9113a5c..8734c6a 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include "jpeg_segment.h"
+#include "bitmap_util.h"
 
 #define isJPEG_DHT(c) ((c) == 0xC4)
 #define isJPEG_JPG(c) ((c) == 0xC8)
similarity index 100%
rename from src/jpeg_size.h
rename to src/bitmap_util.h
index 18533a1..2d8c16a 100644 (file)
@@ -63,7 +63,7 @@ if test "$PHP_SWFED" != "no"; then
 
   PHP_NEW_EXTENSION(swfed, php_swfed.c \
        swf_object.c swf_header.c swf_tag.c bitstream.c swf_debug.c \
-       swf_jpeg.c jpeg_segment.c jpeg_size.c swf_png.c swf_gif.c \
+       swf_jpeg.c jpeg_segment.c bitmap_util.c swf_png.c swf_gif.c \
        swf_rgb.c swf_rgba.c swf_argb.c swf_xrgb.c \
        swf_rect.c swf_matrix.c swf_action.c \
        swf_shape_with_style.c swf_styles.c swf_fill_style_array.c \
index 1888920..5109afa 100644 (file)
@@ -16,7 +16,7 @@
 #include "swf_tag_shape.h"
 #include "swf_action.h"
 #include "swf_object.h"
-#include "jpeg_size.h"
+#include "bitmap_util.h"
 
 swf_object_t *
 swf_object_open(void) {
index 5fa3acb..84437d8 100644 (file)
@@ -16,7 +16,7 @@
 #include "swf_tag_sound.h"
 #include "swf_tag_sprite.h"
 #include "swf_tag_shape.h"
-#include "jpeg_size.h"
+#include "bitmap_util.h"
 
 swf_tag_info_t swf_tag_info_table[] = {
     { 0, "End", NULL },
index 83e227c..1485a21 100644 (file)
@@ -14,7 +14,7 @@
 // #include "swf_tag.h"
 #include "swf_jpeg.h"
 #include "jpeg_segment.h"
-#include "jpeg_size.h"
+#include "bitmap_util.h"
 
 swf_tag_detail_handler_t jpeg_detail_handler;
 swf_tag_detail_handler_t jpegt_detail_handler;