Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
configure: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Mar 9, 2018
1 parent feccc27 commit 6f66ab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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=""}

Expand All @@ -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"

Expand Down

0 comments on commit 6f66ab4

Please sign in to comment.