diff --git a/Makefile.am b/Makefile.am index d36d223..bbc3335 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS = $(VapourSynth_CFLAGS) lib_LTLIBRARIES = libtdeintmod.la libtdeintmod_la_SOURCES = TDeintMod/TDeintMod.cpp \ + TDeintMod/TDeintMod.hpp \ TDeintMod/vectorclass/instrset.h \ TDeintMod/vectorclass/instrset_detect.cpp diff --git a/configure.ac b/configure.ac index a06ab5b..d777241 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([TDeintMod], [8], [https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TDeintMod/issues], [TDeintMod], [https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TDeintMod/]) +AC_INIT([TDeintMod], [9], [https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TDeintMod/issues], [TDeintMod], [https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TDeintMod/]) : ${CXXFLAGS=""} @@ -7,10 +7,10 @@ AM_SILENT_RULES([yes]) LT_INIT([disable-static win32-dll]) -AC_PROG_CXX - AC_CANONICAL_HOST +AC_PROG_CXX + X86="false"