Changeset 1100

Show
Ignore:
Timestamp:
07/09/09 23:58:18 (8 months ago)
Author:
astrange
Message:

Rename our private copy of the UniversalDetector? class.
Otherwise it might load at the same time as the framework.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Release/Changes.txt

    r1095 r1100  
    2121- Fixed several memory leaks [r1086] 
    2222- Fixed a problem with wrong channel order in DTS 5.1 [r1076] 
     23- Fixed possible conflict with UniversalDetector.framework [r1100] 
    2324Subtitles: 
    2425- Fixed garbage characters appearing at the end of a line with some fonts [r1013] 
  • trunk/UniversalDetector/UniversalDetector.h

    r1044 r1100  
    11#import <Cocoa/Cocoa.h> 
    22 
     3#define UniversalDetector SubUniversalDetector 
    34 
    45@interface UniversalDetector:NSObject