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
b60075e3
Commit
b60075e3
authored
Jan 31, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't #include LibVLC from plugins
(I was wondering why those kept being recompiled)
parent
6ccb0c4b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
8 deletions
+6
-8
modules/access/rtp/session.c
modules/access/rtp/session.c
+1
-1
modules/access/zip/zip.h
modules/access/zip/zip.h
+0
-1
modules/misc/sqlite.c
modules/misc/sqlite.c
+0
-1
modules/video_chroma/i420_rgb16.c
modules/video_chroma/i420_rgb16.c
+1
-1
modules/video_chroma/i420_rgb8.c
modules/video_chroma/i420_rgb8.c
+1
-1
modules/video_filter/atmo/AtmoDefs.h
modules/video_filter/atmo/AtmoDefs.h
+1
-1
modules/video_filter/atmo/AtmoLiveView.cpp
modules/video_filter/atmo/AtmoLiveView.cpp
+1
-1
modules/video_filter/atmo/AtmoPacketQueue.cpp
modules/video_filter/atmo/AtmoPacketQueue.cpp
+1
-1
No files found.
modules/access/rtp/session.c
View file @
b60075e3
...
...
@@ -28,7 +28,7 @@
#include <assert.h>
#include <errno.h>
#include <vlc
/vlc
.h>
#include <vlc
_common
.h>
#include <vlc_demux.h>
#include "rtp.h"
...
...
modules/access/zip/zip.h
View file @
b60075e3
...
...
@@ -28,7 +28,6 @@
#ifndef ZIP_ACCESSDEMUX_H
#define ZIP_ACCESSDEMUX_H
#include <vlc/vlc.h>
#include <vlc_common.h>
#include <vlc_url.h>
#include <vlc_strings.h>
...
...
modules/misc/sqlite.c
View file @
b60075e3
...
...
@@ -31,7 +31,6 @@
#endif
#include <vlc_common.h>
#include <vlc/vlc.h>
#include <vlc_sql.h>
#include <vlc_plugin.h>
...
...
modules/video_chroma/i420_rgb16.c
View file @
b60075e3
...
...
@@ -30,7 +30,7 @@
# include "config.h"
#endif
#include <vlc
/vlc
.h>
#include <vlc
_common
.h>
#include <vlc_filter.h>
#include "i420_rgb.h"
...
...
modules/video_chroma/i420_rgb8.c
View file @
b60075e3
...
...
@@ -29,7 +29,7 @@
# include "config.h"
#endif
#include <vlc
/vlc
.h>
#include <vlc
_common
.h>
#include <vlc_filter.h>
#include "i420_rgb.h"
...
...
modules/video_filter/atmo/AtmoDefs.h
View file @
b60075e3
...
...
@@ -14,7 +14,7 @@
#if defined(__LIBVLC__)
# include "config.h"
# include <vlc
/vlc
.h>
# include <vlc
_common
.h>
/* some things need to be changed if this code is used inside VideoLan Filter Module */
# define _ATMO_VLC_PLUGIN_
...
...
modules/video_filter/atmo/AtmoLiveView.cpp
View file @
b60075e3
...
...
@@ -13,7 +13,7 @@
#include "AtmoTools.h"
#if defined(_ATMO_VLC_PLUGIN_)
# include <vlc
/vlc
.h>
# include <vlc
_common
.h>
#else
# include "AtmoGdiDisplayCaptureInput.h"
#endif
...
...
modules/video_filter/atmo/AtmoPacketQueue.cpp
View file @
b60075e3
...
...
@@ -13,7 +13,7 @@
#include "AtmoPacketQueue.h"
#if defined(_ATMO_VLC_PLUGIN_)
# include <vlc
/vlc
.h>
# include <vlc
_common
.h>
#define MAX_PACKET_TOO_LATE -30000
#define MAX_PACKET_TOO_EARLY 30000
#define MIN_SLEEP_TIME 15000
...
...
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