]> git.sesse.net Git - vlc/commitdiff
Don't #include LibVLC from plugins
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 31 Jan 2010 19:03:54 +0000 (21:03 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 31 Jan 2010 19:03:54 +0000 (21:03 +0200)
(I was wondering why those kept being recompiled)

modules/access/rtp/session.c
modules/access/zip/zip.h
modules/misc/sqlite.c
modules/video_chroma/i420_rgb16.c
modules/video_chroma/i420_rgb8.c
modules/video_filter/atmo/AtmoDefs.h
modules/video_filter/atmo/AtmoLiveView.cpp
modules/video_filter/atmo/AtmoPacketQueue.cpp

index 84026745ad83a4d1cec019bfe687d38abf0001f2..fc8d6759155ae1a9a054c36beaf6bc7abbb6cd88 100644 (file)
@@ -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"
index a6d7b62fcdbb5b0a58ff33e93aa817f3c57d7a2c..6137a0e6aa06cfb1d97809322d79c99f47bf4bb7 100644 (file)
@@ -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>
index 5b89a29e761e49f85ca220b53e6cb1d59cb2c9a7..6aad0279e24287a51b14f7a503bd2ad0e4299b5b 100644 (file)
@@ -31,7 +31,6 @@
 #endif
 
 #include <vlc_common.h>
-#include <vlc/vlc.h>
 #include <vlc_sql.h>
 #include <vlc_plugin.h>
 
index de9428f320af399ce09c9ae6c0bb50b7d69ac594..b61f9e1b17512fb09eda408ed927c12b75574da0 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_filter.h>
 
 #include "i420_rgb.h"
index 8d43532ffd599dbdecaa6741bc55084f392cb8fd..14581c95e5eab720979c4085dd6903b2a59982f2 100644 (file)
@@ -29,7 +29,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_filter.h>
 
 #include "i420_rgb.h"
index f9195971bf7f017f15fd4bd298a43828d326ad45..ed48e880f31caf5f65c1bb5f92de9b3619dc5e9b 100644 (file)
@@ -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_
index cda99a424460758fe34e5eb4de6b070708a68b33..98631ce819dc156167bd7be0c9278acbf7efc8be 100644 (file)
@@ -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
index 776c8e1d6c32c43ab5be4cd5c216c7352cb0ebe7..b7d515638684da467af88ba67847b704f2eb42d0 100644 (file)
@@ -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