Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / plugins / chromakeyhsv / Makefile.am
blobf9b409a7354f8d5c405c8a774fd505bed17f334e
1 plugin_LTLIBRARIES = chromakeyhsv.la
2 chromakeyhsv_la_LDFLAGS = -avoid-version -module -shared 
3 chromakeyhsv_la_LIBADD = $(top_builddir)/plugins/colors/libcolors.la
4 chromakeyhsv_la_SOURCES = chromakey.C chromakey_sl.c
5 AM_CXXFLAGS = $(LARGEFILE_CFLAGS)
7 INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime -I$(top_srcdir)/plugins/colors
8 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)
10 BUILTSOURCES = chromakey_sl.c
12 chromakey_sl.c: chromakey.sl
13         (echo "const char _binary_chromakey_sl_start[] ="; \
14         sed -e 's/\\/\\\\/' -e 's/"/\\"/' \
15         -e 's/^/"/' -e 's/$$/\\n"/' < $(srcdir)/chromakey.sl; \
16         echo ";") > chromakey_sl.c
18 noinst_HEADERS = chromakey.h picon_png.h 
19 EXTRA_DIST = chromakey.sl picon.png