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
6d439818
Commit
6d439818
authored
Apr 26, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yum, abusing private headers
parent
41784a3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
src/Makefile.am
src/Makefile.am
+1
-2
src/control/mediacontrol_audio_video.c
src/control/mediacontrol_audio_video.c
+1
-0
src/control/playlist.c
src/control/playlist.c
+1
-0
No files found.
src/Makefile.am
View file @
6d439818
...
@@ -174,8 +174,7 @@ libvlc_win32_rc.$(OBJEXT): $(top_builddir)/share/libvlc_win32_rc.rc
...
@@ -174,8 +174,7 @@ libvlc_win32_rc.$(OBJEXT): $(top_builddir)/share/libvlc_win32_rc.rc
libvlc_la_SOURCES
=
$(SOURCES_libvlc_control)
libvlc_la_SOURCES
=
$(SOURCES_libvlc_control)
libvlc_la_LIBADD
=
`
$(VLC_CONFIG)
-libs
libvlc
`
\
libvlc_la_LIBADD
=
`
$(VLC_CONFIG)
-libs
libvlc
`
\
libvlccore.la ../compat/libcompat.la
libvlccore.la ../compat/libcompat.la
libvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
\
libvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
-DMODULE_STRING
=
\"
control
\"
libvlc_la_LDFLAGS
=
$(AM_LDFLAGS)
`
$(VLC_CONFIG)
--ldflags
libvlc
`
\
libvlc_la_LDFLAGS
=
$(AM_LDFLAGS)
`
$(VLC_CONFIG)
--ldflags
libvlc
`
\
-version-info
4:0:2
\
-version-info
4:0:2
\
-export-symbols
$(srcdir)
/libvlc.sym
-export-symbols
$(srcdir)
/libvlc.sym
...
...
src/control/mediacontrol_audio_video.c
View file @
6d439818
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
#include <errno.h>
/* ENOMEM */
#include <errno.h>
/* ENOMEM */
#include <stdio.h>
#include <stdio.h>
#include <ctype.h>
#include <ctype.h>
#define __LIBVLC__
/* WTF? */
#include "../video_output/vout_control.h"
#include "../video_output/vout_control.h"
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
...
...
src/control/playlist.c
View file @
6d439818
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
#include <assert.h>
#include <assert.h>
#define __LIBVLC__
#include "../playlist/playlist_internal.h"
#include "../playlist/playlist_internal.h"
#define PL (libvlc_priv (p_instance->p_libvlc_int)->p_playlist)
#define PL (libvlc_priv (p_instance->p_libvlc_int)->p_playlist)
...
...
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