< prev index next >

modules/media/src/main/native/xcode_project/JFXMedia.xcodeproj/project.pbxproj

Print this page
rev 9888 : 8145602: Remove QTKit based media player
Summary: Removed obsolete QTKit based code, updated AVFoundation code to use a later SDK
Reviewed-by: almatvee

@@ -85,11 +85,10 @@
                 65989AAB1991570800319296 /* LowLevelPerf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 659896E51991570800319296 /* LowLevelPerf.cpp */; };
                 65989AAD1991570800319296 /* MediaWarningDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 659896E71991570800319296 /* MediaWarningDispatcher.cpp */; };
                 65989AB01991570800319296 /* MTObjectProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 659896EA1991570800319296 /* MTObjectProxy.m */; };
                 65989AB11991570800319296 /* posix_critical_section.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 659896EC1991570800319296 /* posix_critical_section.cpp */; };
                 65989ABC1991574B00319296 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65989ABB1991574B00319296 /* CoreVideo.framework */; };
-                65989ACE199160EC00319296 /* QTKMediaPlayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 659896D41991570800319296 /* QTKMediaPlayer.mm */; };
                 65989AED199160EC00319296 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65989ABB1991574B00319296 /* CoreVideo.framework */; };
                 65989AEE199160EC00319296 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65989AB91991574400319296 /* QTKit.framework */; };
                 65989AEF199160EC00319296 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65989AB71991573600319296 /* AVFoundation.framework */; };
                 65989AF0199160EC00319296 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65FF27961991545E006BF9EE /* Cocoa.framework */; };
                 65989AF91991613700319296 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65989ABB1991574B00319296 /* CoreVideo.framework */; };

@@ -254,12 +253,10 @@
                 659896CE1991570800319296 /* CVVideoFrame.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CVVideoFrame.mm; sourceTree = "<group>"; };
                 659896CF1991570800319296 /* OSXMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSXMediaPlayer.h; sourceTree = "<group>"; };
                 659896D01991570800319296 /* OSXMediaPlayer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OSXMediaPlayer.mm; sourceTree = "<group>"; };
                 659896D11991570800319296 /* OSXPlatform.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OSXPlatform.mm; sourceTree = "<group>"; };
                 659896D21991570800319296 /* OSXPlayerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSXPlayerProtocol.h; sourceTree = "<group>"; };
-                659896D31991570800319296 /* QTKMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QTKMediaPlayer.h; sourceTree = "<group>"; };
-                659896D41991570800319296 /* QTKMediaPlayer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = QTKMediaPlayer.mm; sourceTree = "<group>"; };
                 659896DD1991570800319296 /* AutoLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoLock.h; sourceTree = "<group>"; };
                 659896DE1991570800319296 /* ColorConverter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ColorConverter.c; sourceTree = "<group>"; };
                 659896DF1991570800319296 /* ColorConverter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ColorConverter.h; sourceTree = "<group>"; };
                 659896E01991570800319296 /* JavaUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaUtils.h; sourceTree = "<group>"; };
                 659896E11991570800319296 /* JavaUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JavaUtils.m; sourceTree = "<group>"; };

@@ -605,12 +602,10 @@
                                 659896CE1991570800319296 /* CVVideoFrame.mm */,
                                 659896CF1991570800319296 /* OSXMediaPlayer.h */,
                                 659896D01991570800319296 /* OSXMediaPlayer.mm */,
                                 659896D11991570800319296 /* OSXPlatform.mm */,
                                 659896D21991570800319296 /* OSXPlayerProtocol.h */,
-                                659896D31991570800319296 /* QTKMediaPlayer.h */,
-                                659896D41991570800319296 /* QTKMediaPlayer.mm */,
                         );
                         path = osx;
                         sourceTree = "<group>";
                 };
                 659896DC1991570800319296 /* Utils */ = {

@@ -814,11 +809,10 @@
 /* Begin PBXSourcesBuildPhase section */
                 65989ABE199160EC00319296 /* Sources */ = {
                         isa = PBXSourcesBuildPhase;
                         buildActionMask = 2147483647;
                         files = (
-                                65989ACE199160EC00319296 /* QTKMediaPlayer.mm in Sources */,
                         );
                         runOnlyForDeploymentPostprocessing = 0;
                 };
                 65989AF61991613700319296 /* Sources */ = {
                         isa = PBXSourcesBuildPhase;
< prev index next >