Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_mng / trgt_mng.h
index 1d211c5..a194b35 100644 (file)
@@ -2,6 +2,7 @@
 ** Synfig
 **
 **     Copyright (c) 2007 Paul Wise
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -15,8 +16,6 @@
 **
 ** === N O T E S ===========================================================
 **
-** FIXME: THIS DOES NOT ACTUALLY WORK YET
-**
 ** ========================================================================= */
 
 /* === S T A R T =========================================================== */
@@ -30,8 +29,8 @@
 #include <synfig/string.h>
 #include <cstdio>
 
-#include <png.h>
-#include <jpeglib.h>
+// #include <png.h>
+// #include <jpeglib.h>
 
 #if !defined(MNG_SUPPORT_FULL)
 #define MNG_SUPPORT_FULL 1
@@ -64,9 +63,9 @@
 class mng_trgt : public synfig::Target_Scanline
 {
        SYNFIG_TARGET_MODULE_EXT
-       
+
 private:
-       
+
        FILE *file;
        int w,h;
        mng_handle mng;
@@ -82,7 +81,7 @@ private:
        unsigned int zbuffer_len;
 
 public:
-       
+
        mng_trgt(const char *filename);
        virtual ~mng_trgt();