[babl] removing conversions-type.c is best done in a different commit



commit 3c255c15ca0dede93cde3faed0c41506bbbd9a9a
Author: Nuno Ferreira <nuno360 gmail com>
Date:   Sun Apr 7 20:38:30 2019 +0100

    removing conversions-type.c is best done in a different commit

 babl/base/conversions-type.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
---
diff --git a/babl/base/conversions-type.c b/babl/base/conversions-type.c
new file mode 100644
index 0000000..5ac1745
--- /dev/null
+++ b/babl/base/conversions-type.c
@@ -0,0 +1,24 @@
+/* babl - dynamically extendable universal pixel conversion library.
+ * Copyright (C) 2005, Øyvind Kolås.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, see
+ * <https://www.gnu.org/licenses/>.
+ */
+
+#include "config.h"
+#include <string.h>
+#include "babl.h"
+#include <stdio.h>
+
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]