[vlc-devel] commit: vlc_threads_funcs.h and vlc_module_macros.h have been deleted ( Rafaël Carré )
git version control
git at videolan.org
Thu May 8 22:03:19 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu May 8 22:04:07 2008 +0200| [dcba3caef3c0fabf88ef7acc14fdbacc21f43ca3]
vlc_threads_funcs.h and vlc_module_macros.h have been deleted
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dcba3caef3c0fabf88ef7acc14fdbacc21f43ca3
---
modules/video_filter/atmo/AtmoDynData.h | 2 +-
modules/video_filter/atmo/AtmoThread.h | 1 -
po/POTFILES.in | 2 --
3 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/modules/video_filter/atmo/AtmoDynData.h b/modules/video_filter/atmo/AtmoDynData.h
index 0894898..6e07198 100644
--- a/modules/video_filter/atmo/AtmoDynData.h
+++ b/modules/video_filter/atmo/AtmoDynData.h
@@ -19,7 +19,7 @@
# include "AtmoDisplays.h"
#else
# include <vlc/vlc.h>
-# include <vlc_threads_funcs.h>
+# include <vlc_threads.h>
#endif
/*
diff --git a/modules/video_filter/atmo/AtmoThread.h b/modules/video_filter/atmo/AtmoThread.h
index 1289823..46190f7 100644
--- a/modules/video_filter/atmo/AtmoThread.h
+++ b/modules/video_filter/atmo/AtmoThread.h
@@ -14,7 +14,6 @@
#if defined(_ATMO_VLC_PLUGIN_)
// use threading stuff from videolan!
# include <vlc/vlc.h>
-# include <vlc_threads_funcs.h>
# include <vlc_threads.h>
typedef struct
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1910aeb..f5997b8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -46,7 +46,6 @@ include/vlc/mediacontrol_structures.h
include/vlc_messages.h
include/vlc_meta.h
include/vlc_modules.h
-include/vlc_modules_macros.h
include/vlc_mtime.h
include/vlc_network.h
include/vlc_objects.h
@@ -60,7 +59,6 @@ include/vlc_sout.h
include/vlc_stream.h
include/vlc_streaming.h
include/vlc_strings.h
-include/vlc_threads_funcs.h
include/vlc_threads.h
include/vlc_tls.h
include/vlc_update.h
More information about the vlc-devel
mailing list