Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Steve Lhomme
vlc
Commits
12c5a013
Commit
12c5a013
authored
Oct 06, 2008
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbus: include config.h before anything and remove duplicated #define.
parent
435299ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
modules/control/dbus.c
modules/control/dbus.c
+3
-4
modules/control/dbus.h
modules/control/dbus.h
+0
-3
No files found.
modules/control/dbus.c
View file @
12c5a013
...
...
@@ -39,14 +39,13 @@
* Preamble
*****************************************************************************/
#include <dbus/dbus.h>
#include "dbus.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <dbus/dbus.h>
#include "dbus.h"
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_aout.h>
...
...
modules/control/dbus.h
View file @
12c5a013
...
...
@@ -205,9 +205,6 @@ const char* psz_introspection_xml_data_tracklist =
"</node>
\n
"
;
#define MPRIS_DBUS_ROOT_PATH "/"
#define MPRIS_DBUS_PLAYER_PATH "/Player"
#define MPRIS_DBUS_TRACKLIST_PATH "/TrackList"
/* Handle messages reception */
DBUS_METHOD
(
handle_root
);
...
...
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