Commit dcba3cae authored by Rafaël Carré's avatar Rafaël Carré

vlc_threads_funcs.h and vlc_module_macros.h have been deleted

parent ba1451c3
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# include "AtmoDisplays.h" # include "AtmoDisplays.h"
#else #else
# include <vlc/vlc.h> # include <vlc/vlc.h>
# include <vlc_threads_funcs.h> # include <vlc_threads.h>
#endif #endif
/* /*
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#if defined(_ATMO_VLC_PLUGIN_) #if defined(_ATMO_VLC_PLUGIN_)
// use threading stuff from videolan! // use threading stuff from videolan!
# include <vlc/vlc.h> # include <vlc/vlc.h>
# include <vlc_threads_funcs.h>
# include <vlc_threads.h> # include <vlc_threads.h>
typedef struct typedef struct
......
...@@ -46,7 +46,6 @@ include/vlc/mediacontrol_structures.h ...@@ -46,7 +46,6 @@ include/vlc/mediacontrol_structures.h
include/vlc_messages.h include/vlc_messages.h
include/vlc_meta.h include/vlc_meta.h
include/vlc_modules.h include/vlc_modules.h
include/vlc_modules_macros.h
include/vlc_mtime.h include/vlc_mtime.h
include/vlc_network.h include/vlc_network.h
include/vlc_objects.h include/vlc_objects.h
...@@ -60,7 +59,6 @@ include/vlc_sout.h ...@@ -60,7 +59,6 @@ include/vlc_sout.h
include/vlc_stream.h include/vlc_stream.h
include/vlc_streaming.h include/vlc_streaming.h
include/vlc_strings.h include/vlc_strings.h
include/vlc_threads_funcs.h
include/vlc_threads.h include/vlc_threads.h
include/vlc_tls.h include/vlc_tls.h
include/vlc_update.h include/vlc_update.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment