Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e77da242
Commit
e77da242
authored
Jan 07, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: hide the 'embedded vout' setting, since we don't want it to be used. NEWS
parent
434bf4c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
21 deletions
+5
-21
NEWS
NEWS
+4
-3
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+0
-17
modules/gui/macosx/macosx.m
modules/gui/macosx/macosx.m
+1
-1
No files found.
NEWS
View file @
e77da242
...
...
@@ -7,17 +7,18 @@ Various bugfixes:
* Resume playback for viewing content over FTP
Security updates:
* VideoLAN-SA-0
704
* VideoLAN-SA-0
801
- Subtitle demuxers
- HTTP Interface
* VideoLAN-SA-0
705
* VideoLAN-SA-0
802
- Mozilla and ActiveX plugins
- M3U Playlist Demuxer
Audio filter:
* Fixed DTS to S/PDIF converter
Mac OS X Interface:
Mac OS X Interface & Port:
* Restored compatibility with Mac OS X 10.3.9
* Corrected fullscreen behavior on multi-screen setups
* Improved behavior of the Preferences window
* VLC no longer crashes on quit while playing
...
...
modules/gui/macosx/intf.m
View file @
e77da242
...
...
@@ -677,23 +677,6 @@ static VLCMain *_o_sharedMainInstance = nil;
[
o_controls
setupVarMenuItem
:
o_mi_add_intf
target
:
(
vlc_object_t
*
)
p_intf
var:
"intf-add"
selector
:
@selector
(
toggleVar
:
)];
#if 0
/* check whether the user runs a valid version of OSX; alert is auto-released */
if( MACOS_VERSION < 10.4f )
{
NSAlert *ourAlert;
int i_returnValue;
ourAlert = [NSAlert alertWithMessageText: _NS("Your version of Mac OS X is not supported")
defaultButton: _NS("Quit")
alternateButton: NULL
otherButton: NULL
informativeTextWithFormat: _NS("VLC media player requires Mac OS X 10.4 or higher.")];
[ourAlert setAlertStyle: NSCriticalAlertStyle];
i_returnValue = [ourAlert runModal];
[NSApp terminate: self];
}
#endif
vlc_thread_set_priority
(
p_intf
,
VLC_THREAD_PRIORITY_LOW
);
}
...
...
modules/gui/macosx/macosx.m
View file @
e77da242
...
...
@@ -94,7 +94,7 @@ vlc_module_begin();
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_MAIN );
add_bool( "macosx-embedded", 1, NULL, EMBEDDED_TEXT, EMBEDDED_LONGTEXT,
VLC_
FALS
E );
VLC_
TRU
E );
add_bool( "macosx-fspanel", 1, NULL, FSPANEL_TEXT, FSPANEL_LONGTEXT,
VLC_FALSE );
add_bool( "macosx-wizard-keep", 1, NULL, WIZARD_OPTIONS_SAVING_TEXT,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment