mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 02:18:57 +00:00
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)
10 lines
309 B
Makefile
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
|