removing conversions-type.c is best done in a different commit
authorNuno Ferreira <nuno360@gmail.com>
Sun, 7 Apr 2019 19:38:30 +0000 (20:38 +0100)
committerØyvind Kolås <pippin@gimp.org>
Sat, 25 May 2019 16:00:27 +0000 (18:00 +0200)
babl/base/conversions-type.c [new file with mode: 0644]

diff --git a/babl/base/conversions-type.c b/babl/base/conversions-type.c
new file mode 100644 (file)
index 0000000..5ac1745
--- /dev/null
@@ -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>
+
+