aboutsummaryrefslogtreecommitdiff
path: root/Kodi.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorAlwin Esch <alwin.esch@web.de>2016-06-18 10:25:35 +0200
committerAlwin Esch <alwin.esch@web.de>2016-06-18 10:25:35 +0200
commit6f6c5442aeef4c343786a80b1797f28067862393 (patch)
treeabb56a6e6a949662ce0e601c646bee61cc19177d /Kodi.xcodeproj/project.pbxproj
parentbae85d2d479912781a4d40f7e4c2695c46f4769f (diff)
[adsp] Update XCode after move of entire source code
Diffstat (limited to 'Kodi.xcodeproj/project.pbxproj')
-rw-r--r--Kodi.xcodeproj/project.pbxproj92
1 files changed, 40 insertions, 52 deletions
diff --git a/Kodi.xcodeproj/project.pbxproj b/Kodi.xcodeproj/project.pbxproj
index 7c41b7107c..b873cca3dd 100644
--- a/Kodi.xcodeproj/project.pbxproj
+++ b/Kodi.xcodeproj/project.pbxproj
@@ -325,6 +325,11 @@
76AEFB3D1C8F79D500EF2EC0 /* AddonCallbacksGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDED2E891C878E62000F5E80 /* AddonCallbacksGUI.cpp */; };
76AEFB3E1C8F79D900EF2EC0 /* AddonCallbacksInputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76F4C37C1C8E92E000A1E64B /* AddonCallbacksInputStream.cpp */; };
76AEFB3F1C8F79DC00EF2EC0 /* AddonCallbacksPVR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EDED2E861C878DE8000F5E80 /* AddonCallbacksPVR.cpp */; };
+ 76EC19C61D15514200D4AF19 /* ActiveAEDSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76EC19BC1D15514200D4AF19 /* ActiveAEDSP.cpp */; };
+ 76EC19C71D15514200D4AF19 /* ActiveAEDSPAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76EC19BE1D15514200D4AF19 /* ActiveAEDSPAddon.cpp */; };
+ 76EC19C81D15514200D4AF19 /* ActiveAEDSPDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76EC19C01D15514200D4AF19 /* ActiveAEDSPDatabase.cpp */; };
+ 76EC19C91D15514200D4AF19 /* ActiveAEDSPMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76EC19C21D15514200D4AF19 /* ActiveAEDSPMode.cpp */; };
+ 76EC19CA1D15514200D4AF19 /* ActiveAEDSPProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76EC19C41D15514200D4AF19 /* ActiveAEDSPProcess.cpp */; };
76F4C37E1C8E92E000A1E64B /* AddonCallbacksInputStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76F4C37C1C8E92E000A1E64B /* AddonCallbacksInputStream.cpp */; };
7C0B98A4154B79C30065A238 /* AEDeviceInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B98A1154B79C30065A238 /* AEDeviceInfo.cpp */; };
7C140989183224B8009F9411 /* ISetting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C14096F183224B8009F9411 /* ISetting.cpp */; };
@@ -447,11 +452,6 @@
7C920CFA181669FF00DA1477 /* TextureOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C920CF7181669FF00DA1477 /* TextureOperations.cpp */; };
7C921F921CD6042500684D0B /* FrameBufferObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C921F8F1CD603C600684D0B /* FrameBufferObject.cpp */; };
7C921F931CD6042500684D0B /* FrameBufferObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C921F8F1CD603C600684D0B /* FrameBufferObject.cpp */; };
- 7C973CF11B5037EF0002A874 /* ActiveAEDSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CE71B5037EF0002A874 /* ActiveAEDSP.cpp */; };
- 7C973CF21B5037EF0002A874 /* ActiveAEDSPAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CE91B5037EF0002A874 /* ActiveAEDSPAddon.cpp */; };
- 7C973CF31B5037EF0002A874 /* ActiveAEDSPDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CEB1B5037EF0002A874 /* ActiveAEDSPDatabase.cpp */; };
- 7C973CF41B5037EF0002A874 /* ActiveAEDSPMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CED1B5037EF0002A874 /* ActiveAEDSPMode.cpp */; };
- 7C973CF51B5037EF0002A874 /* ActiveAEDSPProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CEF1B5037EF0002A874 /* ActiveAEDSPProcess.cpp */; };
7C973CFA1B5038580002A874 /* GUIDialogAudioDSPManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CF61B5038580002A874 /* GUIDialogAudioDSPManager.cpp */; };
7C973CFB1B5038580002A874 /* GUIDialogAudioDSPSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CF81B5038580002A874 /* GUIDialogAudioDSPSettings.cpp */; };
7C99B6A4133D342100FC2B16 /* CircularCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B6A2133D342100FC2B16 /* CircularCache.cpp */; };
@@ -1039,11 +1039,6 @@
DFDE5D521AE5658200EE53AD /* PictureScalingAlgorithm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFDE5D4F1AE5658200EE53AD /* PictureScalingAlgorithm.cpp */; };
DFE4095B17417FDF00473BD9 /* LegacyPathTranslation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFE4095917417FDF00473BD9 /* LegacyPathTranslation.cpp */; };
DFE4BE061C661C5F0048EB03 /* AnnounceReceiver.mm in Sources */ = {isa = PBXBuildFile; fileRef = DFE4BE051C661C5F0048EB03 /* AnnounceReceiver.mm */; };
- DFEA4B501B5271EB00562321 /* ActiveAEDSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CE71B5037EF0002A874 /* ActiveAEDSP.cpp */; };
- DFEA4B521B5271EE00562321 /* ActiveAEDSPAddon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CE91B5037EF0002A874 /* ActiveAEDSPAddon.cpp */; };
- DFEA4B541B5271F200562321 /* ActiveAEDSPDatabase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CEB1B5037EF0002A874 /* ActiveAEDSPDatabase.cpp */; };
- DFEA4B561B5271F600562321 /* ActiveAEDSPMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CED1B5037EF0002A874 /* ActiveAEDSPMode.cpp */; };
- DFEA4B581B5271FA00562321 /* ActiveAEDSPProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CEF1B5037EF0002A874 /* ActiveAEDSPProcess.cpp */; };
DFEA4B5A1B52721300562321 /* GUIDialogAudioDSPManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CF61B5038580002A874 /* GUIDialogAudioDSPManager.cpp */; };
DFEA4B5C1B52721700562321 /* GUIDialogAudioDSPSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C973CF81B5038580002A874 /* GUIDialogAudioDSPSettings.cpp */; };
DFEB902819E9337200728978 /* AEResampleFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DFEB902619E9337200728978 /* AEResampleFactory.cpp */; };
@@ -2568,9 +2563,9 @@
2A4AAD281CEBC64A0057AD44 /* GUIInfoLabels.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIInfoLabels.h; sourceTree = "<group>"; };
2A7B2BDB1BD6F16600044BCD /* PVRSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PVRSettings.cpp; sourceTree = "<group>"; };
2A7B2BDE1BD6F18B00044BCD /* PVRSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PVRSettings.h; sourceTree = "<group>"; };
+ 2A7E24C71CEBBC3B003096EB /* libKODI_peripheral.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libKODI_peripheral.h; path = "kodi-addon-dev-kit/include/kodi/libKODI_peripheral.h"; sourceTree = "<group>"; };
2AB4916E1CDDF1920004C263 /* HTTPRequestHandlerUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HTTPRequestHandlerUtils.cpp; sourceTree = "<group>"; };
2AB4916F1CDDF1920004C263 /* HTTPRequestHandlerUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPRequestHandlerUtils.h; sourceTree = "<group>"; };
- 2A7E24C71CEBBC3B003096EB /* libKODI_peripheral.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libKODI_peripheral.h; path = "kodi-addon-dev-kit/include/kodi/libKODI_peripheral.h"; sourceTree = "<group>"; };
2AC7EB561C21F6BA00BDAA95 /* GUIWindowPVRTimerRules.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRTimerRules.cpp; sourceTree = "<group>"; };
2AC7EB571C21F6BA00BDAA95 /* GUIWindowPVRTimerRules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowPVRTimerRules.h; sourceTree = "<group>"; };
2AC7EB581C21F6BA00BDAA95 /* GUIWindowPVRTimersBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowPVRTimersBase.cpp; sourceTree = "<group>"; };
@@ -2683,9 +2678,9 @@
39BD2AD71B845D40004A5A15 /* DialogHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DialogHelper.cpp; path = helpers/DialogHelper.cpp; sourceTree = "<group>"; };
39C38CC81BBFF1EE000F59F5 /* InputCodingTableKorean.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputCodingTableKorean.cpp; sourceTree = "<group>"; };
39C38CC91BBFF1EE000F59F5 /* InputCodingTableKorean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputCodingTableKorean.h; sourceTree = "<group>"; };
+ 39C38CCD1BC93A8A000F59F5 /* Random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Random.h; sourceTree = "<group>"; };
39C38CDF1BCD600E000F59F5 /* FFmpegImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FFmpegImage.cpp; sourceTree = "<group>"; };
39C38CE01BCD600E000F59F5 /* FFmpegImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FFmpegImage.h; sourceTree = "<group>"; };
- 39C38CCD1BC93A8A000F59F5 /* Random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Random.h; sourceTree = "<group>"; };
4260D5C51B67BB8F003F6F2D /* GUIWindowSplash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIWindowSplash.cpp; sourceTree = "<group>"; };
4260D5C61B67BB8F003F6F2D /* GUIWindowSplash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIWindowSplash.h; sourceTree = "<group>"; };
42DAC16B1A6E780C0066B4C8 /* IActionListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IActionListener.h; sourceTree = "<group>"; };
@@ -2814,6 +2809,16 @@
7611708D1C8B85F8006C6366 /* AddonGUIRenderingControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddonGUIRenderingControl.h; path = addons/binary/interfaces/api1/GUI/AddonGUIRenderingControl.h; sourceTree = "<group>"; };
7611708E1C8B85F8006C6366 /* AddonGUIWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AddonGUIWindow.cpp; path = addons/binary/interfaces/api1/GUI/AddonGUIWindow.cpp; sourceTree = "<group>"; };
7611708F1C8B85F8006C6366 /* AddonGUIWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddonGUIWindow.h; path = addons/binary/interfaces/api1/GUI/AddonGUIWindow.h; sourceTree = "<group>"; };
+ 76EC19BC1D15514200D4AF19 /* ActiveAEDSP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSP.cpp; path = AudioDSPAddons/ActiveAEDSP.cpp; sourceTree = "<group>"; };
+ 76EC19BD1D15514200D4AF19 /* ActiveAEDSP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSP.h; path = AudioDSPAddons/ActiveAEDSP.h; sourceTree = "<group>"; };
+ 76EC19BE1D15514200D4AF19 /* ActiveAEDSPAddon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSPAddon.cpp; path = AudioDSPAddons/ActiveAEDSPAddon.cpp; sourceTree = "<group>"; };
+ 76EC19BF1D15514200D4AF19 /* ActiveAEDSPAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSPAddon.h; path = AudioDSPAddons/ActiveAEDSPAddon.h; sourceTree = "<group>"; };
+ 76EC19C01D15514200D4AF19 /* ActiveAEDSPDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSPDatabase.cpp; path = AudioDSPAddons/ActiveAEDSPDatabase.cpp; sourceTree = "<group>"; };
+ 76EC19C11D15514200D4AF19 /* ActiveAEDSPDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSPDatabase.h; path = AudioDSPAddons/ActiveAEDSPDatabase.h; sourceTree = "<group>"; };
+ 76EC19C21D15514200D4AF19 /* ActiveAEDSPMode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSPMode.cpp; path = AudioDSPAddons/ActiveAEDSPMode.cpp; sourceTree = "<group>"; };
+ 76EC19C31D15514200D4AF19 /* ActiveAEDSPMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSPMode.h; path = AudioDSPAddons/ActiveAEDSPMode.h; sourceTree = "<group>"; };
+ 76EC19C41D15514200D4AF19 /* ActiveAEDSPProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSPProcess.cpp; path = AudioDSPAddons/ActiveAEDSPProcess.cpp; sourceTree = "<group>"; };
+ 76EC19C51D15514200D4AF19 /* ActiveAEDSPProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSPProcess.h; path = AudioDSPAddons/ActiveAEDSPProcess.h; sourceTree = "<group>"; };
76F4C37C1C8E92E000A1E64B /* AddonCallbacksInputStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AddonCallbacksInputStream.cpp; path = addons/binary/interfaces/api1/InputStream/AddonCallbacksInputStream.cpp; sourceTree = "<group>"; };
76F4C37D1C8E92E000A1E64B /* AddonCallbacksInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddonCallbacksInputStream.h; path = addons/binary/interfaces/api1/InputStream/AddonCallbacksInputStream.h; sourceTree = "<group>"; };
7C0B98A1154B79C30065A238 /* AEDeviceInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AEDeviceInfo.cpp; sourceTree = "<group>"; };
@@ -2984,16 +2989,6 @@
7C920CF8181669FF00DA1477 /* TextureOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureOperations.h; sourceTree = "<group>"; };
7C921F8F1CD603C600684D0B /* FrameBufferObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FrameBufferObject.cpp; sourceTree = "<group>"; };
7C921F901CD603C600684D0B /* FrameBufferObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FrameBufferObject.h; sourceTree = "<group>"; };
- 7C973CE71B5037EF0002A874 /* ActiveAEDSP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSP.cpp; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSP.cpp; sourceTree = SOURCE_ROOT; };
- 7C973CE81B5037EF0002A874 /* ActiveAEDSP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSP.h; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSP.h; sourceTree = SOURCE_ROOT; };
- 7C973CE91B5037EF0002A874 /* ActiveAEDSPAddon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSPAddon.cpp; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSPAddon.cpp; sourceTree = SOURCE_ROOT; };
- 7C973CEA1B5037EF0002A874 /* ActiveAEDSPAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSPAddon.h; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSPAddon.h; sourceTree = SOURCE_ROOT; };
- 7C973CEB1B5037EF0002A874 /* ActiveAEDSPDatabase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSPDatabase.cpp; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSPDatabase.cpp; sourceTree = SOURCE_ROOT; };
- 7C973CEC1B5037EF0002A874 /* ActiveAEDSPDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSPDatabase.h; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSPDatabase.h; sourceTree = SOURCE_ROOT; };
- 7C973CED1B5037EF0002A874 /* ActiveAEDSPMode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSPMode.cpp; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSPMode.cpp; sourceTree = SOURCE_ROOT; };
- 7C973CEE1B5037EF0002A874 /* ActiveAEDSPMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSPMode.h; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSPMode.h; sourceTree = SOURCE_ROOT; };
- 7C973CEF1B5037EF0002A874 /* ActiveAEDSPProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActiveAEDSPProcess.cpp; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSPProcess.cpp; sourceTree = SOURCE_ROOT; };
- 7C973CF01B5037EF0002A874 /* ActiveAEDSPProcess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActiveAEDSPProcess.h; path = xbmc/cores/AudioEngine/DSPAddons/ActiveAEDSPProcess.h; sourceTree = SOURCE_ROOT; };
7C973CF61B5038580002A874 /* GUIDialogAudioDSPManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIDialogAudioDSPManager.cpp; path = dialogs/GUIDialogAudioDSPManager.cpp; sourceTree = "<group>"; };
7C973CF71B5038580002A874 /* GUIDialogAudioDSPManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GUIDialogAudioDSPManager.h; path = dialogs/GUIDialogAudioDSPManager.h; sourceTree = "<group>"; };
7C973CF81B5038580002A874 /* GUIDialogAudioDSPSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GUIDialogAudioDSPSettings.cpp; path = dialogs/GUIDialogAudioDSPSettings.cpp; sourceTree = "<group>"; };
@@ -6200,6 +6195,23 @@
name = windows;
sourceTree = "<group>";
};
+ 76EC19BB1D15510D00D4AF19 /* AudioDSPAddons */ = {
+ isa = PBXGroup;
+ children = (
+ 76EC19BC1D15514200D4AF19 /* ActiveAEDSP.cpp */,
+ 76EC19BD1D15514200D4AF19 /* ActiveAEDSP.h */,
+ 76EC19BE1D15514200D4AF19 /* ActiveAEDSPAddon.cpp */,
+ 76EC19BF1D15514200D4AF19 /* ActiveAEDSPAddon.h */,
+ 76EC19C01D15514200D4AF19 /* ActiveAEDSPDatabase.cpp */,
+ 76EC19C11D15514200D4AF19 /* ActiveAEDSPDatabase.h */,
+ 76EC19C21D15514200D4AF19 /* ActiveAEDSPMode.cpp */,
+ 76EC19C31D15514200D4AF19 /* ActiveAEDSPMode.h */,
+ 76EC19C41D15514200D4AF19 /* ActiveAEDSPProcess.cpp */,
+ 76EC19C51D15514200D4AF19 /* ActiveAEDSPProcess.h */,
+ );
+ name = AudioDSPAddons;
+ sourceTree = "<group>";
+ };
76F4C37B1C8E927A00A1E64B /* InputStream */ = {
isa = PBXGroup;
children = (
@@ -6356,24 +6368,6 @@
name = builtins;
sourceTree = "<group>";
};
- 7C973CE61B5037B80002A874 /* DSPAddons */ = {
- isa = PBXGroup;
- children = (
- 7C973CE71B5037EF0002A874 /* ActiveAEDSP.cpp */,
- 7C973CE81B5037EF0002A874 /* ActiveAEDSP.h */,
- 7C973CE91B5037EF0002A874 /* ActiveAEDSPAddon.cpp */,
- 7C973CEA1B5037EF0002A874 /* ActiveAEDSPAddon.h */,
- 7C973CEB1B5037EF0002A874 /* ActiveAEDSPDatabase.cpp */,
- 7C973CEC1B5037EF0002A874 /* ActiveAEDSPDatabase.h */,
- 7C973CED1B5037EF0002A874 /* ActiveAEDSPMode.cpp */,
- 7C973CEE1B5037EF0002A874 /* ActiveAEDSPMode.h */,
- 7C973CEF1B5037EF0002A874 /* ActiveAEDSPProcess.cpp */,
- 7C973CF01B5037EF0002A874 /* ActiveAEDSPProcess.h */,
- );
- name = DSPAddons;
- path = Engines;
- sourceTree = "<group>";
- };
7CAA468D19427AED00008885 /* posix */ = {
isa = PBXGroup;
children = (
@@ -7366,7 +7360,6 @@
DFB65F6315373AE7006B8FF1 /* AudioEngine */ = {
isa = PBXGroup;
children = (
- 7C973CE61B5037B80002A874 /* DSPAddons */,
DFB65F6915373AE7006B8FF1 /* Encoders */,
DFB65F6C15373AE7006B8FF1 /* Engines */,
DFB65F8815373AE7006B8FF1 /* Interfaces */,
@@ -9205,6 +9198,7 @@
F5CC22D21814FF3B006B5E91 /* ActiveAE */ = {
isa = PBXGroup;
children = (
+ 76EC19BB1D15510D00D4AF19 /* AudioDSPAddons */,
F5CC22D31814FF3B006B5E91 /* ActiveAE.cpp */,
F5CC22D41814FF3B006B5E91 /* ActiveAE.h */,
F5CC22D51814FF3B006B5E91 /* ActiveAEBuffer.cpp */,
@@ -10032,6 +10026,7 @@
7C779E3E104A57E500F444C4 /* WinSystemOSX.mm in Sources */,
7C779E3F104A57E500F444C4 /* WinSystemOSXGL.mm in Sources */,
DF91E9361C0A1C610011084D /* smc.c in Sources */,
+ 76EC19C81D15514200D4AF19 /* ActiveAEDSPDatabase.cpp in Sources */,
7C779E54104A58F900F444C4 /* GUIWindowTestPatternGL.cpp in Sources */,
7C62F24210505BC7002AD2C1 /* Bookmark.cpp in Sources */,
7C62F45E1057A62D002AD2C1 /* DirectoryNodeSingles.cpp in Sources */,
@@ -10043,7 +10038,6 @@
F5E55B7010741340006E788A /* Teletext.cpp in Sources */,
43348AA4107747CD00F859CF /* Edl.cpp in Sources */,
43348AAE1077486D00F859CF /* PlayerCoreFactory.cpp in Sources */,
- 7C973CF21B5037EF0002A874 /* ActiveAEDSPAddon.cpp in Sources */,
43348AAF1077486D00F859CF /* PlayerSelectionRule.cpp in Sources */,
7CAA20511079C8160096DE39 /* BaseRenderer.cpp in Sources */,
55D3604E1826CAB900DA66D2 /* OverlayRendererGUI.cpp in Sources */,
@@ -10056,6 +10050,7 @@
F5A9D3091097C9370050490F /* AliasShortcutUtils.cpp in Sources */,
DF396ED11C42A25F00214C1A /* DarwinNSUserDefaults.mm in Sources */,
431AE5DA109C1A63007428C3 /* OverlayRendererUtil.cpp in Sources */,
+ 76EC19C61D15514200D4AF19 /* ActiveAEDSP.cpp in Sources */,
7C45DBE910F325C400D4BBF3 /* DAVDirectory.cpp in Sources */,
7CAA57471C8AF6C20032A326 /* DebugRenderer.cpp in Sources */,
7C4B64A71C86F712000E1F74 /* InputStreamAddon.cpp in Sources */,
@@ -10139,7 +10134,6 @@
2AB491701CDDF1920004C263 /* HTTPRequestHandlerUtils.cpp in Sources */,
18B7C7D01294222E009E7A26 /* GUIMoverControl.cpp in Sources */,
18B7C7D11294222E009E7A26 /* GUIMultiImage.cpp in Sources */,
- 764697C61CA72E8D00AB1347 /* Addon_GUIControlSpin.cpp in Sources */,
18B7C7D31294222E009E7A26 /* GUIPanelContainer.cpp in Sources */,
18B7C7D41294222E009E7A26 /* GUIProgressControl.cpp in Sources */,
DF1D2DF01B6E85EE002BB9DB /* XbtFile.cpp in Sources */,
@@ -10166,7 +10160,6 @@
18B7C7EB1294222E009E7A26 /* GUIVisualisationControl.cpp in Sources */,
18B7C7EC1294222E009E7A26 /* GUIWindow.cpp in Sources */,
18B7C7ED1294222E009E7A26 /* GUIWindowManager.cpp in Sources */,
- 7C973CF11B5037EF0002A874 /* ActiveAEDSP.cpp in Sources */,
18B7C7EE1294222E009E7A26 /* GUIWrappingListContainer.cpp in Sources */,
18B7C7EF1294222E009E7A26 /* IWindowManagerCallback.cpp in Sources */,
18B7C7F11294222E009E7A26 /* LocalizeStrings.cpp in Sources */,
@@ -10601,9 +10594,9 @@
7CCDA147192753E30074CF51 /* PltHttpServerTask.cpp in Sources */,
7CCDA150192753E30074CF51 /* PltIconsData.cpp in Sources */,
7CCDA159192753E30074CF51 /* PltMimeType.cpp in Sources */,
- 7C973CF51B5037EF0002A874 /* ActiveAEDSPProcess.cpp in Sources */,
7C8E021F1BA35D0B0072E8B2 /* ApplicationBuiltins.cpp in Sources */,
7CCDA162192753E30074CF51 /* PltProtocolInfo.cpp in Sources */,
+ 76EC19C71D15514200D4AF19 /* ActiveAEDSPAddon.cpp in Sources */,
7CCDA16B192753E30074CF51 /* PltService.cpp in Sources */,
7C2ED53D1C7F7A9800C04032 /* ProcessInfo.cpp in Sources */,
7CCDA174192753E30074CF51 /* PltSsdp.cpp in Sources */,
@@ -10671,10 +10664,8 @@
395C29FB1A9CD20C00EBC7AD /* ContextMenuManager.cpp in Sources */,
7CCDA80F192756250074CF51 /* NptSimpleMessageQueue.cpp in Sources */,
7CCDA818192756250074CF51 /* NptSockets.cpp in Sources */,
- 7C973CF31B5037EF0002A874 /* ActiveAEDSPDatabase.cpp in Sources */,
7CCDA821192756250074CF51 /* NptStreams.cpp in Sources */,
7CCDA82A192756250074CF51 /* NptStrings.cpp in Sources */,
- 7C973CF41B5037EF0002A874 /* ActiveAEDSPMode.cpp in Sources */,
7CCDA833192756250074CF51 /* NptSystem.cpp in Sources */,
7CCDA83C192756250074CF51 /* NptThreads.cpp in Sources */,
7CCDA845192756250074CF51 /* NptTime.cpp in Sources */,
@@ -10692,6 +10683,7 @@
7CCDAAA0192756250074CF51 /* NptPosixThreads.cpp in Sources */,
7C8E02311BA35D0B0072E8B2 /* LibraryBuiltins.cpp in Sources */,
7CCDAAA9192756250074CF51 /* NptPosixTime.cpp in Sources */,
+ 76EC19C91D15514200D4AF19 /* ActiveAEDSPMode.cpp in Sources */,
7CCDAAB2192756250074CF51 /* NptSelectableMessageQueue.cpp in Sources */,
7CCDAC8619275CA70074CF51 /* NptBsdNetwork.cpp in Sources */,
7CCDAC8F19275CA70074CF51 /* NptBsdResolver.cpp in Sources */,
@@ -10702,6 +10694,7 @@
7CCDACC119275D790074CF51 /* NptAppleAutoreleasePool.mm in Sources */,
7CCDACCA19275D790074CF51 /* NptAppleLogConfig.mm in Sources */,
7CAA469019427AED00008885 /* PosixDirectory.cpp in Sources */,
+ 76EC19CA1D15514200D4AF19 /* ActiveAEDSPProcess.cpp in Sources */,
42DAC16E1A6E789E0066B4C8 /* PVRActionListener.cpp in Sources */,
DF033D381946612400BFC82E /* AEDeviceEnumerationOSX.cpp in Sources */,
7C525DF5195E2D8100BE3482 /* SaveFileStateJob.cpp in Sources */,
@@ -10794,7 +10787,6 @@
E499118E174E5CE400741B6D /* CDDARipJob.cpp in Sources */,
E499118F174E5CE400741B6D /* CDDARipper.cpp in Sources */,
E4991190174E5CE400741B6D /* Encoder.cpp in Sources */,
- DFEA4B561B5271F600562321 /* ActiveAEDSPMode.cpp in Sources */,
228FA65E1C53F9D50023BBF0 /* InfoScanner.cpp in Sources */,
E4991191174E5CE400741B6D /* EncoderFFmpeg.cpp in Sources */,
E4991196174E5CEB00741B6D /* Exception.cpp in Sources */,
@@ -10869,7 +10861,6 @@
E49911F0174E5D3E00741B6D /* DVDSubtitleParserSubrip.cpp in Sources */,
E49911F1174E5D3E00741B6D /* DVDSubtitleParserVplayer.cpp in Sources */,
E49911F2174E5D3E00741B6D /* DVDSubtitleStream.cpp in Sources */,
- DFEA4B581B5271FA00562321 /* ActiveAEDSPProcess.cpp in Sources */,
E49911F3174E5D3E00741B6D /* DVDSubtitleTagMicroDVD.cpp in Sources */,
E49911F4174E5D3E00741B6D /* DVDSubtitleTagSami.cpp in Sources */,
E49911F5174E5D4500741B6D /* DVDAudio.cpp in Sources */,
@@ -11187,7 +11178,6 @@
E499132E174E5DAD00741B6D /* TextureManager.cpp in Sources */,
E499132F174E5DAD00741B6D /* VisibleEffect.cpp in Sources */,
E4991330174E5DAD00741B6D /* XBTF.cpp in Sources */,
- DFEA4B541B5271F200562321 /* ActiveAEDSPDatabase.cpp in Sources */,
DFC6F4B71AFF7CB10039A7FA /* kiss_fft.c in Sources */,
E4991331174E5DAD00741B6D /* XBTFReader.cpp in Sources */,
E4991345174E5E5C00741B6D /* GenericTouchActionHandler.cpp in Sources */,
@@ -11598,7 +11588,6 @@
E4991556174E656E00741B6D /* Control.cpp in Sources */,
9AA7E3E91C972CF4000B7863 /* ContextMenus.cpp in Sources */,
E4991557174E656E00741B6D /* Dialog.cpp in Sources */,
- DFEA4B521B5271EE00562321 /* ActiveAEDSPAddon.cpp in Sources */,
E4991558174E656E00741B6D /* File.cpp in Sources */,
E4991559174E656E00741B6D /* InfoTagMusic.cpp in Sources */,
E499155A174E656E00741B6D /* InfoTagVideo.cpp in Sources */,
@@ -11706,7 +11695,6 @@
7CCDA109192753E30074CF51 /* PltDatagramStream.cpp in Sources */,
DFD7173C1C09FEC60025D964 /* OSXGNUReplacements.c in Sources */,
7CCDA112192753E30074CF51 /* PltDeviceData.cpp in Sources */,
- DFEA4B501B5271EB00562321 /* ActiveAEDSP.cpp in Sources */,
7CCDA11B192753E30074CF51 /* PltDeviceHost.cpp in Sources */,
7CCDA124192753E30074CF51 /* PltEvent.cpp in Sources */,
7CCDA12D192753E30074CF51 /* PltHttp.cpp in Sources */,