Seven Du ecab16ed88 FS-7516: add mod_imagick
use the magick-core API
We have pdfs and gifs
auto play gif and png
yeah, you can play video files with imgk

video only
requires ffmpeg binary
need autoplay=(1000/FPS)
2015-05-28 12:47:18 -05:00

10 lines
309 B
Makefile

#Mac
#LOCAL_CFLAGS=-I/usr/local/Cellar/imagemagick/6.8.9-8/include/ImageMagick-6
#LOCAL_LDFLAGS=-L/usr/local/Cellar/imagemagick/6.8.9-8/lib -lMagickCore-6.Q16
LOCAL_CFLAGS=-I/usr/include/ImageMagick
LOCAL_LDFLAGS=-L/usr/lib/x86_64-linux-gnu -lMagickCore
BASE=../../../..
include $(BASE)/build/modmake.rules