Skip to content

Commit

Permalink
Added .gitignore and updated files missed in the last push.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhcohu committed Sep 8, 2023
1 parent ae5afa2 commit 6b01321
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.vs
Debug/
*.user
bin/
obj/
34 changes: 15 additions & 19 deletions HuffYUV/Prebuild.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,32 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{D7300283-A044-4FC1-A3CF-096DE4C426B2}</ProjectGuid>
<RootNamespace>Prebuild</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -110,35 +110,31 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="sources\HuffYUV.rar">
<CustomBuild Include="sources\HuffYUV64.zip">
<FileType>Document</FileType>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Unpacking "%(Identity)"</Message>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Unpacking "%(Identity)"</Message>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Unpacking "%(Identity)"</Message>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Unpacking "%(Identity)"</Message>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Unpacking "%(Identity)"</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
</CustomBuild>
<CustomBuild Include="sources\HuffYUV64.zip">
</ItemGroup>
<ItemGroup>
<CustomBuild Include="sources\huffyuv-2.1.1.zip">
<FileType>Document</FileType>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Unpacking "%(Identity)"</Message>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Unpacking "%(Identity)"</Message>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Unpacking "%(Identity)"</Message>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Unpacking "%(Identity)"</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"%ProgramW6432%\7-Zip"\7z x -o"obj\%(Filename)" -y "%(Identity)"</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf;obj\%(Filename)\read,e/txt</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">obj\%(Filename)\huffyuv.dll;obj\%(Filename)\huffyuv.inf;obj\%(Filename)\read,e/txt</Outputs>
</CustomBuild>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions HuffYUV/Prebuild.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
</Filter>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="sources\HuffYUV.rar">
<CustomBuild Include="sources\HuffYUV64.zip">
<Filter>Source Files</Filter>
</CustomBuild>
<CustomBuild Include="sources\HuffYUV64.zip">
<CustomBuild Include="sources\huffyuv-2.1.1.zip">
<Filter>Source Files</Filter>
</CustomBuild>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion HuffYUV/Product_x86.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?include Include_common.wxi ?>

<?define HuffYUV_Platform = "x86" ?>
<?define HuffYUV_SourceDir = "$(var.Plugins_UnpackDir)\HuffYUV" ?>
<?define HuffYUV_SourceDir = "$(var.Plugins_UnpackDir)\huffyuv-2.1.1" ?>
<?define HuffYUV_DllInputName = "huffyuv.dll" ?>
<?define HuffYUV_DllOutputName = "huffyuv.dll" ?>
<?define HuffYUV_CodecID = "HFYU" ?>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ If it says, "Microsoft Defender SmartScreen prevented an unrecognized app from s

## Development

This was developed in [WiX Toolset v3](https://wixtoolset.org/) and Microsoft Visual Studio 2015. The "Prebuild" project requires [7-zip](https://www.7-zip.org/) to unpack the HuffYUV archive files.
This was developed in [WiX Toolset v3](https://wixtoolset.org/docs/wix3/) and Microsoft Visual Studio 2019 with the WiX v3 Visual Studio Extension. The "Prebuild" project requires [7-zip](https://www.7-zip.org/) to unpack the HuffYUV archive files.

The installers were tested on Windows 10 Enteprise 64-bit and Windows XP 32-bit.

The HuffYUV binaries were downloaded from [this post at DigitalFAQ.com](http://www.digitalfaq.com/forum/video-conversion/1727-virtualdub-filters-pre.html).
The HuffYUV binaries were downloaded from [VideoHelp](https://www.videohelp.com/software/HuffYUV).

## See Also

Expand Down

0 comments on commit 6b01321

Please sign in to comment.