Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
GSoC
GSoC2018
macOS
vlc
Commits
eca2be7d
Commit
eca2be7d
authored
May 23, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove harmful HAVE_SEARCH_H
This fixes building the keysym generator. Regression from
3cea7a78
.
parent
ff000c5c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
modules/services_discovery/pulse.c
modules/services_discovery/pulse.c
+0
-2
modules/services_discovery/udev.c
modules/services_discovery/udev.c
+0
-2
modules/video_output/xcb/keysym.c
modules/video_output/xcb/keysym.c
+0
-2
No files found.
modules/services_discovery/pulse.c
View file @
eca2be7d
...
...
@@ -24,9 +24,7 @@
# include <config.h>
#endif
#ifdef HAVE_SEARCH_H
#include <search.h>
#endif
#include <assert.h>
#include <vlc_common.h>
...
...
modules/services_discovery/udev.c
View file @
eca2be7d
...
...
@@ -25,9 +25,7 @@
#endif
#include <errno.h>
#ifdef HAVE_SEARCH_H
#include <search.h>
#endif
#include <poll.h>
#include <sys/stat.h>
#include <fcntl.h>
...
...
modules/video_output/xcb/keysym.c
View file @
eca2be7d
...
...
@@ -25,9 +25,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <limits.h>
#ifdef HAVE_SEARCH_H
#include <search.h>
#endif
#include <assert.h>
struct
keysym
...
...
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