Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / plugins / interpolateall / Makefile.am
blob995f0167a1f9c65d6af8d368077673b892de2ea3
1 plugin_LTLIBRARIES = interpolateall.la
2 interpolateall_la_LDFLAGS = -avoid-version -module -shared 
3 interpolateall_la_LIBADD = 
4 interpolateall_la_SOURCES = interpolateall.C
5 AM_CXXFLAGS = $(LARGEFILE_CFLAGS)
7 INCLUDES = -I$(top_srcdir)/guicast -I$(top_srcdir)/cinelerra -I$(top_srcdir)/quicktime
8 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTCXX_FLAGS)