sixel-sys-static 0.3.2

FFI bindings to libsixel, static linkage
Documentation
1
2
3
4
5
6
7
8
// $ Id: $
// vim:ft=javascript

ARG_ENABLE('sixel' , 'PHP interface to libsixel', 'no');
if (PHP_SIXEL == "yes") {
  EXTENSION("sixel", "sixel.c");
  AC_DEFINE("HAVE_SIXEL", 1, "sixel support");
}