mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 22:00:00 +01:00
11 lines
374 B
Makefile
11 lines
374 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
INCLUDES = -I$(top_srcdir)/libplugger -I$(includedir) -I$(top_srcdir)/libhash -I$(top_srcdir)/libvevo ${FFMPEG_CFLAGS}
|
|
|
|
AM_CFLAGS = $(CFLAGS) -freg-struct-return
|
|
|
|
LIBVJPLUG_LIB_FILE = libvjplug.la
|
|
noinst_LTLIBRARIES = $(LIBVJPLUG_LIB_FILE)
|
|
|
|
libvjplug_la_SOURCES = utility.c freeframe-loader.c frei0r-loader.c livido-loader.c plugload.c
|
|
|