This repository was archived by the owner on Oct 31, 2022. It is now read-only.
File tree 5 files changed +7
-7
lines changed
Hap Codec Windows/Installer
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
3
- <Product Id =" *" Name =" Hap QuickTime Component" Language =" 1033" Version =" 8 .0.0" Manufacturer =" Vidvox" UpgradeCode =" 36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B" >
3
+ <Product Id =" *" Name =" Hap QuickTime Component" Language =" 1033" Version =" 9 .0.0" Manufacturer =" Vidvox" UpgradeCode =" 36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B" >
4
4
<Package Description =" A QuickTime component to permit creating and playing Hap movies." Comments =" Hap QuickTime Component" InstallerVersion =" 405" Compressed =" yes" />
5
5
<Media Id =" 1" Cabinet =" simple.cab" EmbedCab =" yes" />
6
6
<Property Id =" INSTALLDIR" >
Original file line number Diff line number Diff line change 1
1
HAP AND THE HAP QUICKTIME CODEC:
2
2
3
- Copyright (c) 2012-2015 , Tom Butterworth and Vidvox LLC. All rights reserved.
3
+ Copyright (c) 2012-2016 , Tom Butterworth and Vidvox LLC. All rights reserved.
4
4
5
5
Redistribution and use in source and binary forms, with or without
6
6
modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 26
26
*/
27
27
28
28
// The high word is the codecInterfaceVersion
29
- #define kHapDecompressorVersion (0x00040008 )
29
+ #define kHapDecompressorVersion (0x00040009 )
30
30
31
31
// The high word is the codecInterfaceVersion
32
- #define kHapCompressorVersion (0x00040008 )
32
+ #define kHapCompressorVersion (0x00040009 )
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >thng </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >8 </string >
18
+ <string >9 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >8 </string >
22
+ <string >9 </string >
23
23
<key >CSResourcesFileMapped </key >
24
24
<true />
25
25
<key >NSHumanReadableCopyright </key >
26
- <string >Copyright © 2014, 2015 VIDVOX, LLC. All rights reserved. </string >
26
+ <string >Copyright © 2014-2016 VIDVOX, LLC. All rights reserved. </string >
27
27
</dict >
28
28
</plist >
You can’t perform that action at this time.
0 commit comments