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
6e92f783
Commit
6e92f783
authored
Jun 15, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: re-enable AppleRemote support for 64bit builds
parent
423b1133
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+0
-6
No files found.
modules/gui/macosx/intf.m
View file @
6e92f783
...
...
@@ -334,11 +334,9 @@ static VLCMain *_o_sharedMainInstance = nil;
i_lastShownVolume
=
-
1
;
#ifndef __x86_64__
o_remote
=
[[
AppleRemote
alloc
]
init
];
[
o_remote
setClickCountEnabledButtons
:
kRemoteButtonPlay
];
[
o_remote
setDelegate
:
_o_sharedMainInstance
];
#endif
o_eyetv
=
[[
VLCEyeTVController
alloc
]
init
];
...
...
@@ -1014,16 +1012,12 @@ static NSString * VLCToolbarMediaControl = @"VLCToolbarMediaControl";
-
(
void
)
applicationDidBecomeActive
:(
NSNotification
*
)
aNotification
{
if
(
!
p_intf
)
return
;
#ifndef __x86_64__
[
o_remote
startListening
:
self
];
#endif
}
-
(
void
)
applicationDidResignActive
:(
NSNotification
*
)
aNotification
{
if
(
!
p_intf
)
return
;
#ifndef __x86_64__
[
o_remote
stopListening
:
self
];
#endif
}
/* Triggered when the computer goes to sleep */
...
...
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