Changeset 2
- Timestamp:
- 06/06/06 12:01:43 (2 years ago)
- Files:
-
- trunk/A52/XCAResources.r (modified) (1 diff)
- trunk/Info-A52Codec__Upgraded_.plist (modified) (1 diff)
- trunk/Read Me.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/A52/XCAResources.r
r1 r2 46 46 47 47 /* How do I do this properly... anybody? */ 48 #if defined(BUILD_UNIVERSAL)48 //#if defined(BUILD_UNIVERSAL) 49 49 #define TARGET_CPU_PPC 1 50 50 #define TARGET_CPU_X86 1 51 #endif51 //#endif 52 52 53 53 trunk/Info-A52Codec__Upgraded_.plist
r1 r2 24 24 <string>SHEP</string> 25 25 <key>CFBundleVersion</key> 26 <string>1. 5</string>26 <string>1.6</string> 27 27 </dict> 28 28 </plist> trunk/Read Me.txt
r1 r2 13 13 ~/Library/Audio/Plug-Ins/Components 14 14 15 The source code is included. A52Codec is based on liba52: http://liba52.sourceforge.net/ liba52 source is included with only a pre-made config.h and slight modifications to a52.h to make it work with C++.15 The source code is available. See http://trac.cod3r.com/a52codec for more information.
