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
6dad2831
Commit
6dad2831
authored
Feb 14, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gather all inhibit module in a directory (no code change)
parent
d9b41d29
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
7 deletions
+10
-7
modules/LIST
modules/LIST
+3
-3
modules/misc/Modules.am
modules/misc/Modules.am
+4
-3
modules/misc/inhibit/osso.c
modules/misc/inhibit/osso.c
+0
-0
modules/misc/inhibit/xdg.c
modules/misc/inhibit/xdg.c
+0
-0
modules/misc/inhibit/xscreensaver.c
modules/misc/inhibit/xscreensaver.c
+0
-0
po/POTFILES.in
po/POTFILES.in
+3
-1
No files found.
modules/LIST
View file @
6dad2831
...
...
@@ -228,7 +228,7 @@ $Id$
* osd_parser: OSD import module
* osdmenu: video_filter for displaying and streaming a On Screen Display menu
* oss: audio output module using the OSS /dev/dsp interface
* osso: Maemo screen unblanking module
* osso
_screensaver
: Maemo screen unblanking module
* packetizer_copy: Simple copy packetizer
* packetizer_dirac: Dirac video packetizer
* packetizer_flac: FLAC audio packetizer
...
...
@@ -275,7 +275,6 @@ $Id$
* scene: scene video filter
* schroedinger: Schroedinger video decoder
* screen: a input module that takes screenshots of the primary monitor
* screensaver: screensaver disabling module
* sdl_image: SDL-based image decoder
* sharpen: Sharpen video filter
* shine: MP3 encoder using Shine, a fixed point implementation
...
...
@@ -371,9 +370,10 @@ $Id$
* xcb_window: XCB window provider
* xcb_x11: a X11 video output using XCB
* xcb_xv: a XVideo video output using XCB
* xdg_screensaver:
screensaver disabling module following XDG specifications
* xdg_screensaver:
xdg-utils screensaver inhibition
* xml: LibXML xml parser
* xosd: X On Screen Display interface
* xscreensaver: Xscreensaver inhibition
* xtag: XTAG xml parser
* yuv: yuv video output
* yuvp: YUVP to YUVA/RGBA chroma converter
...
...
modules/misc/Modules.am
View file @
6dad2831
...
...
@@ -8,7 +8,6 @@ if BUILD_LUA
SUBDIRS += lua
endif
SOURCES_screensaver = screensaver.c
SOURCES_freetype = freetype.c text_renderer.h
SOURCES_win32text = win32text.c
SOURCES_quartztext = quartztext.c text_renderer.h
...
...
@@ -18,10 +17,12 @@ SOURCES_gnutls = gnutls.c dhparams.h
SOURCES_svg = svg.c
SOURCES_audioscrobbler = audioscrobbler.c
SOURCES_inhibit = inhibit.c
SOURCES_xdg_screensaver = xdg-screensaver.c
SOURCES_osso = osso.c
SOURCES_sqlite = sqlite.c
SOURCES_xscreensaver = inhibit/screensaver.c
SOURCES_xdg_screensaver = inhibit/xdg.c
SOURCES_osso_screensaver = inhibit/osso.c
libvlc_LTLIBRARIES += \
libaudioscrobbler_plugin.la \
liblogger_plugin.la
...
...
modules/misc/osso.c
→
modules/misc/
inhibit/
osso.c
View file @
6dad2831
File moved
modules/misc/
xdg-screensaver
.c
→
modules/misc/
inhibit/xdg
.c
View file @
6dad2831
File moved
modules/misc/screensaver.c
→
modules/misc/
inhibit/x
screensaver.c
View file @
6dad2831
File moved
po/POTFILES.in
View file @
6dad2831
...
...
@@ -913,6 +913,9 @@ modules/misc/dummy/vout.c
modules/misc/freetype.c
modules/misc/gnutls.c
modules/misc/inhibit.c
modules/misc/inhibit/osso.c
modules/misc/inhibit/xdg.c
modules/misc/inhibit/xscreensaver.c
modules/misc/logger.c
modules/misc/lua/demux.c
modules/misc/lua/intf.c
...
...
@@ -960,7 +963,6 @@ modules/misc/playlist/xspf.c
modules/misc/playlist/xspf.h
modules/misc/quartztext.c
modules/misc/rtsp.c
modules/misc/screensaver.c
modules/misc/stats/decoder.c
modules/misc/stats/demux.c
modules/misc/stats/encoder.c
...
...
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