Commit 03d18c98 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* modules/gui/macosx/*: Commit of the Visualizations menu item.

* ALL: bring the project files to XCode.
  10.2 users should revert the change in Makefile.am or they won't be able to
  build VLC on their machine. Editing the project files will probably also not
  be possible for them.
parent 9a1da9ef
...@@ -453,7 +453,7 @@ VLC.app: vlc ...@@ -453,7 +453,7 @@ VLC.app: vlc
cp "$(srcdir)/modules/gui/macosx/$$i" \ cp "$(srcdir)/modules/gui/macosx/$$i" \
$(top_builddir)/tmp/modules/gui/macosx; \ $(top_builddir)/tmp/modules/gui/macosx; \
done done
cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)' cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'
cp -r $(top_builddir)/tmp/extras/MacOSX/build/vlc.bundle \ cp -r $(top_builddir)/tmp/extras/MacOSX/build/vlc.bundle \
$(top_builddir)/VLC.app $(top_builddir)/VLC.app
rm -Rf $(top_builddir)/tmp rm -Rf $(top_builddir)/tmp
......
...@@ -144,6 +144,7 @@ ...@@ -144,6 +144,7 @@
"o_mi_subtitle" = id; "o_mi_subtitle" = id;
"o_mi_title" = id; "o_mi_title" = id;
"o_mi_videotrack" = id; "o_mi_videotrack" = id;
"o_mi_visual" = id;
"o_mi_vol_down" = id; "o_mi_vol_down" = id;
"o_mi_vol_up" = id; "o_mi_vol_up" = id;
"o_mi_website" = id; "o_mi_website" = id;
...@@ -165,6 +166,7 @@ ...@@ -165,6 +166,7 @@
"o_mu_title" = id; "o_mu_title" = id;
"o_mu_video" = id; "o_mu_video" = id;
"o_mu_videotrack" = id; "o_mu_videotrack" = id;
"o_mu_visual" = id;
"o_mu_window" = id; "o_mu_window" = id;
"o_playlist" = id; "o_playlist" = id;
"o_prefs" = id; "o_prefs" = id;
......
...@@ -3,25 +3,29 @@ ...@@ -3,25 +3,29 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>32 550 365 441 0 0 1280 1002 </string> <string>23 160 772 722 0 0 1280 1002 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>29</key> <key>29</key>
<string>431 891 419 44 0 0 1280 1002 </string> <string>430 938 419 44 0 0 1280 1002 </string>
<key>303</key> <key>303</key>
<string>60 509 104 114 0 0 1280 1002 </string> <string>259 604 104 118 0 0 1280 1002 </string>
<key>909</key> <key>909</key>
<string>72 297 430 172 0 0 1152 746 </string> <string>72 297 430 172 0 0 1152 746 </string>
<key>915</key> <key>915</key>
<string>439 657 93 96 0 0 1280 1002 </string> <string>439 657 93 99 0 0 1280 1002 </string>
</dict> </dict>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>291.0</string> <string>349.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array> <array>
<integer>977</integer> <integer>977</integer>
</array> </array>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
</array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>6R73</string> <string>7B85</string>
</dict> </dict>
</plist> </plist>
...@@ -3,19 +3,27 @@ ...@@ -3,19 +3,27 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 38; objectVersion = 39;
objects = { objects = {
014CEA410018CDE011CA2923 = { 014CEA410018CDE011CA2923 = {
expectedFileType = wrapper.cfbundle;
fallbackIsa = PBXFileReference;
isa = PBXBundleReference; isa = PBXBundleReference;
path = VLC.bundle; path = VLC.bundle;
refType = 3; refType = 3;
sourceTree = BUILT_PRODUCTS_DIR;
}; };
014CEA420018CDE011CA2923 = { 014CEA420018CDE011CA2923 = {
buildRules = ( buildRules = (
); );
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
OPTIMIZATION_CFLAGS = "-O0"; OPTIMIZATION_CFLAGS = "-O0";
ZERO_LINK = YES;
}; };
isa = PBXBuildStyle; isa = PBXBuildStyle;
name = Development; name = Development;
...@@ -25,6 +33,8 @@ ...@@ -25,6 +33,8 @@
); );
buildSettings = { buildSettings = {
COPY_PHASE_STRIP = YES; COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
ZERO_LINK = NO;
}; };
isa = PBXBuildStyle; isa = PBXBuildStyle;
name = Deployment; name = Deployment;
...@@ -40,6 +50,8 @@ ...@@ -40,6 +50,8 @@
//083 //083
//084 //084
089C1669FE841209C02AAC07 = { 089C1669FE841209C02AAC07 = {
buildSettings = {
};
buildStyles = ( buildStyles = (
014CEA420018CDE011CA2923, 014CEA420018CDE011CA2923,
014CEA430018CDE011CA2923, 014CEA430018CDE011CA2923,
...@@ -62,6 +74,7 @@ ...@@ -62,6 +74,7 @@
isa = PBXGroup; isa = PBXGroup;
name = vlc; name = vlc;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
089C1671FE841209C02AAC07 = { 089C1671FE841209C02AAC07 = {
children = ( children = (
...@@ -71,12 +84,16 @@ ...@@ -71,12 +84,16 @@
isa = PBXGroup; isa = PBXGroup;
name = "Frameworks and Libraries"; name = "Frameworks and Libraries";
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
089C1672FE841209C02AAC07 = { 089C1672FE841209C02AAC07 = {
expectedFileType = wrapper.framework;
fallbackIsa = PBXFileReference;
isa = PBXFrameworkReference; isa = PBXFrameworkReference;
name = Foundation.framework; name = Foundation.framework;
path = /System/Library/Frameworks/Foundation.framework; path = /System/Library/Frameworks/Foundation.framework;
refType = 0; refType = 0;
sourceTree = "<absolute>";
}; };
089C1673FE841209C02AAC07 = { 089C1673FE841209C02AAC07 = {
buildPhases = ( buildPhases = (
...@@ -88,6 +105,7 @@ ...@@ -88,6 +105,7 @@
FRAMEWORK_SEARCH_PATHS = ""; FRAMEWORK_SEARCH_PATHS = "";
HEADER_SEARCH_PATHS = ""; HEADER_SEARCH_PATHS = "";
INSTALL_PATH = "$(HOME)/Library/Bundles"; INSTALL_PATH = "$(HOME)/Library/Bundles";
JAVAC_SOURCE_FILE_ENCODING = "ISO-8859-1";
LIBRARY_SEARCH_PATHS = ""; LIBRARY_SEARCH_PATHS = "";
OTHER_CFLAGS = ""; OTHER_CFLAGS = "";
OTHER_LDFLAGS = ""; OTHER_LDFLAGS = "";
...@@ -678,12 +696,16 @@ ...@@ -678,12 +696,16 @@
name = Resources; name = Resources;
path = ""; path = "";
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
089C167FFE841241C02AAC07 = { 089C167FFE841241C02AAC07 = {
expectedFileType = wrapper.framework;
fallbackIsa = PBXFileReference;
isa = PBXFrameworkReference; isa = PBXFrameworkReference;
name = AppKit.framework; name = AppKit.framework;
path = /System/Library/Frameworks/AppKit.framework; path = /System/Library/Frameworks/AppKit.framework;
refType = 0; refType = 0;
sourceTree = "<absolute>";
}; };
08FB77AFFE84173DC02AAC07 = { 08FB77AFFE84173DC02AAC07 = {
children = ( children = (
...@@ -715,6 +737,7 @@ ...@@ -715,6 +737,7 @@
isa = PBXGroup; isa = PBXGroup;
name = Classes; name = Classes;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
//080 //080
//081 //081
...@@ -733,12 +756,16 @@ ...@@ -733,12 +756,16 @@
isa = PBXGroup; isa = PBXGroup;
name = "Linked Frameworks"; name = "Linked Frameworks";
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
1058C7ADFEA557BF11CA2CBB = { 1058C7ADFEA557BF11CA2CBB = {
expectedFileType = wrapper.framework;
fallbackIsa = PBXFileReference;
isa = PBXFrameworkReference; isa = PBXFrameworkReference;
name = Cocoa.framework; name = Cocoa.framework;
path = /System/Library/Frameworks/Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework;
refType = 0; refType = 0;
sourceTree = "<absolute>";
}; };
1058C7AEFEA557BF11CA2CBB = { 1058C7AEFEA557BF11CA2CBB = {
children = ( children = (
...@@ -748,6 +775,7 @@ ...@@ -748,6 +775,7 @@
isa = PBXGroup; isa = PBXGroup;
name = "Other Frameworks"; name = "Other Frameworks";
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
1058C7AFFEA557BF11CA2CBB = { 1058C7AFFEA557BF11CA2CBB = {
fileRef = 1058C7ADFEA557BF11CA2CBB; fileRef = 1058C7ADFEA557BF11CA2CBB;
...@@ -772,6 +800,7 @@ ...@@ -772,6 +800,7 @@
isa = PBXGroup; isa = PBXGroup;
name = Products; name = Products;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
//190 //190
//191 //191
...@@ -819,138 +848,183 @@ ...@@ -819,138 +848,183 @@
name = fileicons; name = fileicons;
path = ""; path = "";
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
8E445F8704728A700059A3A7 = { 8E445F8704728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = a52.icns; name = a52.icns;
path = Resources/a52.icns; path = Resources/a52.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F8804728A700059A3A7 = { 8E445F8804728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = aac.icns; name = aac.icns;
path = Resources/aac.icns; path = Resources/aac.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F8904728A700059A3A7 = { 8E445F8904728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = asf.icns; name = asf.icns;
path = Resources/asf.icns; path = Resources/asf.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F8A04728A700059A3A7 = { 8E445F8A04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = asx.icns; name = asx.icns;
path = Resources/asx.icns; path = Resources/asx.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F8B04728A700059A3A7 = { 8E445F8B04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = avi.icns; name = avi.icns;
path = Resources/avi.icns; path = Resources/avi.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F8C04728A700059A3A7 = { 8E445F8C04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = bin.icns; name = bin.icns;
path = Resources/bin.icns; path = Resources/bin.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F8D04728A700059A3A7 = { 8E445F8D04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = cue.icns; name = cue.icns;
path = Resources/cue.icns; path = Resources/cue.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F8E04728A700059A3A7 = { 8E445F8E04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = dat.icns; name = dat.icns;
path = Resources/dat.icns; path = Resources/dat.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F8F04728A700059A3A7 = { 8E445F8F04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = dv.icns; name = dv.icns;
path = Resources/dv.icns; path = Resources/dv.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9004728A700059A3A7 = { 8E445F9004728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = m3u.icns; name = m3u.icns;
path = Resources/m3u.icns; path = Resources/m3u.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9104728A700059A3A7 = { 8E445F9104728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = mov.icns; name = mov.icns;
path = Resources/mov.icns; path = Resources/mov.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9204728A700059A3A7 = { 8E445F9204728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = mp3.icns; name = mp3.icns;
path = Resources/mp3.icns; path = Resources/mp3.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9304728A700059A3A7 = { 8E445F9304728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = mp4.icns; name = mp4.icns;
path = Resources/mp4.icns; path = Resources/mp4.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9404728A700059A3A7 = { 8E445F9404728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = mpg.icns; name = mpg.icns;
path = Resources/mpg.icns; path = Resources/mpg.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9504728A700059A3A7 = { 8E445F9504728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = ogg.icns; name = ogg.icns;
path = Resources/ogg.icns; path = Resources/ogg.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9604728A700059A3A7 = { 8E445F9604728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = ogm.icns; name = ogm.icns;
path = Resources/ogm.icns; path = Resources/ogm.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9704728A700059A3A7 = { 8E445F9704728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = pls.icns; name = pls.icns;
path = Resources/pls.icns; path = Resources/pls.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9804728A700059A3A7 = { 8E445F9804728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = srt.icns; name = srt.icns;
path = Resources/srt.icns; path = Resources/srt.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9904728A700059A3A7 = { 8E445F9904728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = sub.icns; name = sub.icns;
path = Resources/sub.icns; path = Resources/sub.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9A04728A700059A3A7 = { 8E445F9A04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = vob.icns; name = vob.icns;
path = Resources/vob.icns; path = Resources/vob.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9B04728A700059A3A7 = { 8E445F9B04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = wma.icns; name = wma.icns;
path = Resources/wma.icns; path = Resources/wma.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9C04728A700059A3A7 = { 8E445F9C04728A700059A3A7 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = wmv.icns; name = wmv.icns;
path = Resources/wmv.icns; path = Resources/wmv.icns;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E445F9D04728A700059A3A7 = { 8E445F9D04728A700059A3A7 = {
fileRef = 8E445F8704728A700059A3A7; fileRef = 8E445F8704728A700059A3A7;
...@@ -1085,45 +1159,57 @@ ...@@ -1085,45 +1159,57 @@
}; };
}; };
8E55FB7F0459B0FD00FB3317 = { 8E55FB7F0459B0FD00FB3317 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = output.h; name = output.h;
path = ../../modules/gui/macosx/output.h; path = ../../modules/gui/macosx/output.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E55FB800459B0FD00FB3317 = { 8E55FB800459B0FD00FB3317 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = output.m; name = output.m;
path = ../../modules/gui/macosx/output.m; path = ../../modules/gui/macosx/output.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E6BC6F6041643860059A3A7 = { 8E6BC6F6041643860059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 4; fileEncoding = 4;
isa = PBXFileReference; isa = PBXFileReference;
name = applescript.h; name = applescript.h;
path = ../../modules/gui/macosx/applescript.h; path = ../../modules/gui/macosx/applescript.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E6BC6F7041643860059A3A7 = { 8E6BC6F7041643860059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 4; fileEncoding = 4;
isa = PBXFileReference; isa = PBXFileReference;
name = applescript.m; name = applescript.m;
path = ../../modules/gui/macosx/applescript.m; path = ../../modules/gui/macosx/applescript.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E6BC6FA041684EC0059A3A7 = { 8E6BC6FA041684EC0059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 4; fileEncoding = 4;
isa = PBXFileReference; isa = PBXFileReference;
name = controls.h; name = controls.h;
path = ../../modules/gui/macosx/controls.h; path = ../../modules/gui/macosx/controls.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E88833C03DD6E870059A3A7 = { 8E88833C03DD6E870059A3A7 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = slow.png; name = slow.png;
path = Resources/slow.png; path = Resources/slow.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
8E88833D03DD6E870059A3A7 = { 8E88833D03DD6E870059A3A7 = {
fileRef = 8E88833C03DD6E870059A3A7; fileRef = 8E88833C03DD6E870059A3A7;
...@@ -1132,11 +1218,13 @@ ...@@ -1132,11 +1218,13 @@
}; };
}; };
8E9CC7B1046EFD700059A3A7 = { 8E9CC7B1046EFD700059A3A7 = {
expectedFileType = text;
fileEncoding = 12; fileEncoding = 12;
isa = PBXFileReference; isa = PBXFileReference;
name = THANKS; name = THANKS;
path = ../../THANKS; path = ../../THANKS;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8E9CC7B2046EFD700059A3A7 = { 8E9CC7B2046EFD700059A3A7 = {
fileRef = 8E9CC7B1046EFD700059A3A7; fileRef = 8E9CC7B1046EFD700059A3A7;
...@@ -1145,10 +1233,12 @@ ...@@ -1145,10 +1233,12 @@
}; };
}; };
8EBF3FA303F13FFB0059A3A7 = { 8EBF3FA303F13FFB0059A3A7 = {
expectedFileType = text;
isa = PBXFileReference; isa = PBXFileReference;
name = vlc.scriptSuite; name = vlc.scriptSuite;
path = Resources/vlc.scriptSuite; path = Resources/vlc.scriptSuite;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8EBF3FA403F13FFB0059A3A7 = { 8EBF3FA403F13FFB0059A3A7 = {
fileRef = 8EBF3FA303F13FFB0059A3A7; fileRef = 8EBF3FA303F13FFB0059A3A7;
...@@ -1157,10 +1247,12 @@ ...@@ -1157,10 +1247,12 @@
}; };
}; };
8EBF3FA503F140960059A3A7 = { 8EBF3FA503F140960059A3A7 = {
expectedFileType = text;
isa = PBXFileReference; isa = PBXFileReference;
name = vlc.scriptTerminology; name = vlc.scriptTerminology;
path = Resources/English.lproj/vlc.scriptTerminology; path = Resources/English.lproj/vlc.scriptTerminology;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8EBF3FA703F140A80059A3A7 = { 8EBF3FA703F140A80059A3A7 = {
children = ( children = (
...@@ -1169,6 +1261,7 @@ ...@@ -1169,6 +1261,7 @@
isa = PBXVariantGroup; isa = PBXVariantGroup;
name = vlc.scriptTerminology; name = vlc.scriptTerminology;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
8EBF3FA803F140A80059A3A7 = { 8EBF3FA803F140A80059A3A7 = {
fileRef = 8EBF3FA703F140A80059A3A7; fileRef = 8EBF3FA703F140A80059A3A7;
...@@ -1177,123 +1270,157 @@ ...@@ -1177,123 +1270,157 @@
}; };
}; };
8ED6C27A03E2EB1C0059A3A7 = { 8ED6C27A03E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.c;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = coreaudio.c; name = coreaudio.c;
path = ../../modules/audio_output/coreaudio.c; path = ../../modules/audio_output/coreaudio.c;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C27B03E2EB1C0059A3A7 = { 8ED6C27B03E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = controls.m; name = controls.m;
path = ../../modules/gui/macosx/controls.m; path = ../../modules/gui/macosx/controls.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C27C03E2EB1C0059A3A7 = { 8ED6C27C03E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = intf.h; name = intf.h;
path = ../../modules/gui/macosx/intf.h; path = ../../modules/gui/macosx/intf.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C27D03E2EB1C0059A3A7 = { 8ED6C27D03E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = intf.m; name = intf.m;
path = ../../modules/gui/macosx/intf.m; path = ../../modules/gui/macosx/intf.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C27E03E2EB1C0059A3A7 = { 8ED6C27E03E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = macosx.m; name = macosx.m;
path = ../../modules/gui/macosx/macosx.m; path = ../../modules/gui/macosx/macosx.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C27F03E2EB1C0059A3A7 = { 8ED6C27F03E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = misc.h; name = misc.h;
path = ../../modules/gui/macosx/misc.h; path = ../../modules/gui/macosx/misc.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28003E2EB1C0059A3A7 = { 8ED6C28003E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = misc.m; name = misc.m;
path = ../../modules/gui/macosx/misc.m; path = ../../modules/gui/macosx/misc.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28103E2EB1C0059A3A7 = { 8ED6C28103E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = open.h; name = open.h;
path = ../../modules/gui/macosx/open.h; path = ../../modules/gui/macosx/open.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28203E2EB1C0059A3A7 = { 8ED6C28203E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = open.m; name = open.m;
path = ../../modules/gui/macosx/open.m; path = ../../modules/gui/macosx/open.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28303E2EB1C0059A3A7 = { 8ED6C28303E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = playlist.h; name = playlist.h;
path = ../../modules/gui/macosx/playlist.h; path = ../../modules/gui/macosx/playlist.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28403E2EB1C0059A3A7 = { 8ED6C28403E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = playlist.m; name = playlist.m;
path = ../../modules/gui/macosx/playlist.m; path = ../../modules/gui/macosx/playlist.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28503E2EB1C0059A3A7 = { 8ED6C28503E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = prefs.h; name = prefs.h;
path = ../../modules/gui/macosx/prefs.h; path = ../../modules/gui/macosx/prefs.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28603E2EB1C0059A3A7 = { 8ED6C28603E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = prefs.m; name = prefs.m;
path = ../../modules/gui/macosx/prefs.m; path = ../../modules/gui/macosx/prefs.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28703E2EB1C0059A3A7 = { 8ED6C28703E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = vout.h; name = vout.h;
path = ../../modules/gui/macosx/vout.h; path = ../../modules/gui/macosx/vout.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C28803E2EB1C0059A3A7 = { 8ED6C28803E2EB1C0059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = vout.m; name = vout.m;
path = ../../modules/gui/macosx/vout.m; path = ../../modules/gui/macosx/vout.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C29D03E2F32E0059A3A7 = { 8ED6C29D03E2F32E0059A3A7 = {
expectedFileType = text;
fileEncoding = 12; fileEncoding = 12;
isa = PBXFileReference; isa = PBXFileReference;
name = AUTHORS; name = AUTHORS;
path = ../../AUTHORS; path = ../../AUTHORS;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C29E03E2F32E0059A3A7 = { 8ED6C29E03E2F32E0059A3A7 = {
expectedFileType = text;
fileEncoding = 12; fileEncoding = 12;
isa = PBXFileReference; isa = PBXFileReference;
name = COPYING; name = COPYING;
path = ../../COPYING; path = ../../COPYING;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8ED6C29F03E2F32E0059A3A7 = { 8ED6C29F03E2F32E0059A3A7 = {
fileRef = 8ED6C29D03E2F32E0059A3A7; fileRef = 8ED6C29D03E2F32E0059A3A7;
...@@ -1308,10 +1435,12 @@ ...@@ -1308,10 +1435,12 @@
}; };
}; };
8EDAC3430440F72D0059A3A7 = { 8EDAC3430440F72D0059A3A7 = {
expectedFileType = text.rtf;
isa = PBXFileReference; isa = PBXFileReference;
name = README.MacOSX.rtf; name = README.MacOSX.rtf;
path = ../../README.MacOSX.rtf; path = ../../README.MacOSX.rtf;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8EDAC3440440F72D0059A3A7 = { 8EDAC3440440F72D0059A3A7 = {
fileRef = 8EDAC3430440F72D0059A3A7; fileRef = 8EDAC3430440F72D0059A3A7;
...@@ -1320,24 +1449,30 @@ ...@@ -1320,24 +1449,30 @@
}; };
}; };
8EE1AF9F044465080059A3A7 = { 8EE1AF9F044465080059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = about.h; name = about.h;
path = ../../modules/gui/macosx/about.h; path = ../../modules/gui/macosx/about.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8EE1AFA0044465080059A3A7 = { 8EE1AFA0044465080059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 30; fileEncoding = 30;
isa = PBXFileReference; isa = PBXFileReference;
name = about.m; name = about.m;
path = ../../modules/gui/macosx/about.m; path = ../../modules/gui/macosx/about.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8EE1AFA30444660F0059A3A7 = { 8EE1AFA30444660F0059A3A7 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = about_bg.png; name = about_bg.png;
path = Resources/about_bg.png; path = Resources/about_bg.png;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8EE1AFA40444660F0059A3A7 = { 8EE1AFA40444660F0059A3A7 = {
fileRef = 8EE1AFA30444660F0059A3A7; fileRef = 8EE1AFA30444660F0059A3A7;
...@@ -1346,18 +1481,22 @@ ...@@ -1346,18 +1481,22 @@
}; };
}; };
8EF1600B03FC62560059A3A7 = { 8EF1600B03FC62560059A3A7 = {
expectedFileType = sourcecode.c.h;
fileEncoding = 4; fileEncoding = 4;
isa = PBXFileReference; isa = PBXFileReference;
name = info.h; name = info.h;
path = ../../modules/gui/macosx/info.h; path = ../../modules/gui/macosx/info.h;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
8EF1600C03FC62560059A3A7 = { 8EF1600C03FC62560059A3A7 = {
expectedFileType = sourcecode.c.objc;
fileEncoding = 4; fileEncoding = 4;
isa = PBXFileReference; isa = PBXFileReference;
name = info.m; name = info.m;
path = ../../modules/gui/macosx/info.m; path = ../../modules/gui/macosx/info.m;
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT;
}; };
//8E0 //8E0
//8E1 //8E1
...@@ -1370,64 +1509,84 @@ ...@@ -1370,64 +1509,84 @@
//A03 //A03
//A04 //A04
A064F9E003CB9EE000B21232 = { A064F9E003CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = prefs.png; name = prefs.png;
path = Resources/prefs.png; path = Resources/prefs.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E103CB9EE000B21232 = { A064F9E103CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = end.png; name = end.png;
path = Resources/end.png; path = Resources/end.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E203CB9EE000B21232 = { A064F9E203CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = pause.png; name = pause.png;
path = Resources/pause.png; path = Resources/pause.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E303CB9EE000B21232 = { A064F9E303CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = list.png; name = list.png;
path = Resources/list.png; path = Resources/list.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E403CB9EE000B21232 = { A064F9E403CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = forw.png; name = forw.png;
path = Resources/forw.png; path = Resources/forw.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E503CB9EE000B21232 = { A064F9E503CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = vlc_hg.png; name = vlc_hg.png;
path = Resources/vlc_hg.png; path = Resources/vlc_hg.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E603CB9EE000B21232 = { A064F9E603CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = stop.png; name = stop.png;
path = Resources/stop.png; path = Resources/stop.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E703CB9EE000B21232 = { A064F9E703CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = begin.png; name = begin.png;
path = Resources/begin.png; path = Resources/begin.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E803CB9EE000B21232 = { A064F9E803CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = back.png; name = back.png;
path = Resources/back.png; path = Resources/back.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9E903CB9EE000B21232 = { A064F9E903CB9EE000B21232 = {
expectedFileType = image.png;
isa = PBXFileReference; isa = PBXFileReference;
name = play.png; name = play.png;
path = Resources/play.png; path = Resources/play.png;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A064F9EA03CB9EE000B21232 = { A064F9EA03CB9EE000B21232 = {
fileRef = A064F9E003CB9EE000B21232; fileRef = A064F9E003CB9EE000B21232;
...@@ -1490,11 +1649,13 @@ ...@@ -1490,11 +1649,13 @@
}; };
}; };
A0E6B59804407FBD0080DD97 = { A0E6B59804407FBD0080DD97 = {
expectedFileType = text;
fileEncoding = 12; fileEncoding = 12;
isa = PBXFileReference; isa = PBXFileReference;
name = README; name = README;
path = Resources/README; path = Resources/README;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
A0E6B59904407FBD0080DD97 = { A0E6B59904407FBD0080DD97 = {
fileRef = A0E6B59804407FBD0080DD97; fileRef = A0E6B59804407FBD0080DD97;
...@@ -1520,13 +1681,16 @@ ...@@ -1520,13 +1681,16 @@
name = InfoPlist.strings; name = InfoPlist.strings;
path = ""; path = "";
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F69B0CA702E24F6401A80112 = { F69B0CA702E24F6401A80112 = {
expectedFileType = text.plist.strings;
fileEncoding = 5; fileEncoding = 5;
isa = PBXFileReference; isa = PBXFileReference;
name = English; name = English;
path = Resources/English.lproj/InfoPlist.strings; path = Resources/English.lproj/InfoPlist.strings;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F69B0CA802E24F6401A80112 = { F69B0CA802E24F6401A80112 = {
fileRef = F69B0CA602E24F6401A80112; fileRef = F69B0CA602E24F6401A80112;
...@@ -1535,40 +1699,52 @@ ...@@ -1535,40 +1699,52 @@
}; };
}; };
F6E4F90A02D2648B01A80112 = { F6E4F90A02D2648B01A80112 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = divx.icns; name = divx.icns;
path = Resources/divx.icns; path = Resources/divx.icns;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F6E4F90B02D2648B01A80112 = { F6E4F90B02D2648B01A80112 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = generic.icns; name = generic.icns;
path = Resources/generic.icns; path = Resources/generic.icns;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F6E4F90C02D2648B01A80112 = { F6E4F90C02D2648B01A80112 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = mpeg.icns; name = mpeg.icns;
path = Resources/mpeg.icns; path = Resources/mpeg.icns;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F6E4F90D02D2648B01A80112 = { F6E4F90D02D2648B01A80112 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = mpeg1.icns; name = mpeg1.icns;
path = Resources/mpeg1.icns; path = Resources/mpeg1.icns;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F6E4F90E02D2648B01A80112 = { F6E4F90E02D2648B01A80112 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = mpeg2.icns; name = mpeg2.icns;
path = Resources/mpeg2.icns; path = Resources/mpeg2.icns;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F6E4F90F02D2648B01A80112 = { F6E4F90F02D2648B01A80112 = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = mpeg4.icns; name = mpeg4.icns;
path = Resources/mpeg4.icns; path = Resources/mpeg4.icns;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F6E4F91002D2648B01A80112 = { F6E4F91002D2648B01A80112 = {
fileRef = F6E4F90A02D2648B01A80112; fileRef = F6E4F90A02D2648B01A80112;
...@@ -1617,10 +1793,12 @@ ...@@ -1617,10 +1793,12 @@
//F73 //F73
//F74 //F74
F74F13DF02C2A53401EE194C = { F74F13DF02C2A53401EE194C = {
expectedFileType = image.icns;
isa = PBXFileReference; isa = PBXFileReference;
name = vlc.icns; name = vlc.icns;
path = Resources/vlc.icns; path = Resources/vlc.icns;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F74F13E002C2A53401EE194C = { F74F13E002C2A53401EE194C = {
fileRef = F74F13DF02C2A53401EE194C; fileRef = F74F13DF02C2A53401EE194C;
...@@ -1636,12 +1814,15 @@ ...@@ -1636,12 +1814,15 @@
name = MainMenu.nib; name = MainMenu.nib;
path = ""; path = "";
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F74F13EB02C2A79C01EE194C = { F74F13EB02C2A79C01EE194C = {
expectedFileType = wrapper.nib;
isa = PBXFileReference; isa = PBXFileReference;
name = English; name = English;
path = Resources/English.lproj/MainMenu.nib; path = Resources/English.lproj/MainMenu.nib;
refType = 4; refType = 4;
sourceTree = "<group>";
}; };
F74F13EC02C2A79C01EE194C = { F74F13EC02C2A79C01EE194C = {
fileRef = F74F13EA02C2A79C01EE194C; fileRef = F74F13EA02C2A79C01EE194C;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* intf.h: MacOS X interface plugin * intf.h: MacOS X interface plugin
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2003 VideoLAN * Copyright (C) 2002-2003 VideoLAN
* $Id: intf.h,v 1.46 2003/10/29 02:13:04 hartman Exp $ * $Id: intf.h,v 1.47 2003/11/03 15:27:28 hartman Exp $
* *
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -183,6 +183,8 @@ struct intf_sys_t ...@@ -183,6 +183,8 @@ struct intf_sys_t
IBOutlet id o_mu_channels; IBOutlet id o_mu_channels;
IBOutlet id o_mi_device; IBOutlet id o_mi_device;
IBOutlet id o_mu_device; IBOutlet id o_mu_device;
IBOutlet id o_mi_visual;
IBOutlet id o_mu_visual;
IBOutlet id o_mu_video; IBOutlet id o_mu_video;
IBOutlet id o_mi_half_window; IBOutlet id o_mi_half_window;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* intf.m: MacOS X interface plugin * intf.m: MacOS X interface plugin
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2003 VideoLAN * Copyright (C) 2002-2003 VideoLAN
* $Id: intf.m,v 1.97 2003/10/29 02:13:04 hartman Exp $ * $Id: intf.m,v 1.98 2003/11/03 15:27:28 hartman Exp $
* *
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -419,6 +419,8 @@ int CocoaConvertKey( unichar i_key ) ...@@ -419,6 +419,8 @@ int CocoaConvertKey( unichar i_key )
[o_mu_channels setTitle: _NS("Audio channels")]; [o_mu_channels setTitle: _NS("Audio channels")];
[o_mi_device setTitle: _NS("Audio device")]; [o_mi_device setTitle: _NS("Audio device")];
[o_mu_device setTitle: _NS("Audio device")]; [o_mu_device setTitle: _NS("Audio device")];
[o_mi_visual setTitle: _NS("Visualizations")];
[o_mu_visual setTitle: _NS("Visualizations")];
[o_mu_video setTitle: _NS("Video")]; [o_mu_video setTitle: _NS("Video")];
[o_mi_half_window setTitle: _NS("Half Size")]; [o_mi_half_window setTitle: _NS("Half Size")];
...@@ -779,6 +781,9 @@ int CocoaConvertKey( unichar i_key ) ...@@ -779,6 +781,9 @@ int CocoaConvertKey( unichar i_key )
[o_controls setupVarMenuItem: o_mi_device target: (vlc_object_t *)p_aout [o_controls setupVarMenuItem: o_mi_device target: (vlc_object_t *)p_aout
var: "audio-device" selector: @selector(toggleVar:)]; var: "audio-device" selector: @selector(toggleVar:)];
[o_controls setupVarMenuItem: o_mi_visual target: (vlc_object_t *)p_aout
var: "visual" selector: @selector(toggleVar:)];
vlc_object_release( (vlc_object_t *)p_aout ); vlc_object_release( (vlc_object_t *)p_aout );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment