Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
e939adf8
Commit
e939adf8
authored
Jan 25, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved global hotkeys to its own directory.
parent
fe248584
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
configure.ac
configure.ac
+1
-0
modules/control/Modules.am
modules/control/Modules.am
+1
-1
modules/control/globalhotkeys/Modules.am
modules/control/globalhotkeys/Modules.am
+8
-0
modules/control/globalhotkeys/win32.c
modules/control/globalhotkeys/win32.c
+0
-0
No files found.
configure.ac
View file @
e939adf8
...
...
@@ -5852,6 +5852,7 @@ AC_CONFIG_FILES([
modules/codec/xvmc/Makefile
modules/control/Makefile
modules/control/http/Makefile
modules/control/globalhotkeys/Makefile
modules/demux/Makefile
modules/demux/asf/Makefile
modules/demux/avformat/Makefile
...
...
modules/control/Modules.am
View file @
e939adf8
SUBDIRS = http
SUBDIRS = http
globalhotkeys
SOURCES_gestures = gestures.c
SOURCES_showintf = showintf.c
SOURCES_telnet = telnet.c
...
...
modules/control/globalhotkeys/Modules.am
0 → 100644
View file @
e939adf8
if HAVE_WIN32
globalhotkeys_extra = win32.c
endif
SOURCES_globalhotkeys = \
$(globalhotkeys_extra) \
$(NULL)
modules/control/globalhotkeys.c
→
modules/control/globalhotkeys
/win32
.c
View file @
e939adf8
File moved
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