mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 22:00:00 +01:00
15 lines
457 B
Makefile
15 lines
457 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libplugger -I$(includedir) \
|
|
-I$(top_srcdir)/thirdparty \
|
|
-I$(top_srcdir)/libvevo
|
|
|
|
AM_CPPFLAGS += ${FFMPEG_CFLAGS}
|
|
|
|
AM_CFLAGS = $(OP_CFLAGS) $(FREEFRAME_CFLAGS)
|
|
|
|
LIBVJPLUG_LIB_FILE = libvjplug.la
|
|
noinst_LTLIBRARIES = $(LIBVJPLUG_LIB_FILE)
|
|
|
|
libvjplug_la_SOURCES = defaults.c utility.c freeframe-loader.c frei0r-loader.c livido-loader.c plugload.c
|
|
|