Navigation Menu

Skip to content

Commit

Permalink
version 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chikuzen committed May 5, 2016
1 parent 6dda18f commit 5f64b52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avisynth/src/ReduceFlicker.cpp
Expand Up @@ -167,5 +167,5 @@ AvisynthPluginInit3(ise_t* env, const AVS_Linkage* const vectors)
env->AddFunction("ReduceFlicker",
"c[strength]i[aggressive]b[grey]b[opt]i",
ReduceFlicker::create, nullptr);
return "ReduceFlicker for avs2.6";
return "ReduceFlicker for avs2.6/avs+ ver. " REDUCE_FLICKER_VERSION;
}
2 changes: 2 additions & 0 deletions avisynth/src/ReduceFlicker.h
Expand Up @@ -3,6 +3,8 @@

#include <cstdint>

#define REDUCE_FLICKER_VERSION "0.0.0"

enum arch_t {
NO_SIMD = 0,
USE_SSE2 = 1,
Expand Down
2 changes: 1 addition & 1 deletion avisynth/src/ReduceFlicker.vcxproj
Expand Up @@ -119,7 +119,7 @@
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<StringPooling>true</StringPooling>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions</EnableEnhancedInstructionSet>
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
<FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
</ItemDefinitionGroup>
Expand Down

0 comments on commit 5f64b52

Please sign in to comment.