Browse Source

include: change <> includes into "" includes

For packaging into a framework
Alexandre Janniaux 5 years ago
parent
commit
6b35aaa863
  1. 2
      include/vlc_access.h
  2. 2
      include/vlc_actions.h
  3. 2
      include/vlc_addons.h
  4. 6
      include/vlc_aout.h
  5. 2
      include/vlc_atomic.h
  6. 2
      include/vlc_bits.h
  7. 2
      include/vlc_block.h
  8. 2
      include/vlc_block_helper.h
  9. 4
      include/vlc_boxes.h
  10. 10
      include/vlc_codec.h
  11. 2
      include/vlc_codecs.h
  12. 2
      include/vlc_common.h
  13. 2
      include/vlc_config_cat.h
  14. 2
      include/vlc_cxx_helpers.hpp
  15. 2
      include/vlc_decoder.h
  16. 6
      include/vlc_demux.h
  17. 4
      include/vlc_diffutil.h
  18. 6
      include/vlc_es.h
  19. 4
      include/vlc_events.h
  20. 4
      include/vlc_executor.h
  21. 6
      include/vlc_filter.h
  22. 8
      include/vlc_fingerprinter.h
  23. 2
      include/vlc_frame.h
  24. 4
      include/vlc_http.h
  25. 4
      include/vlc_image.h
  26. 12
      include/vlc_input.h
  27. 8
      include/vlc_input_item.h
  28. 2
      include/vlc_interrupt.h
  29. 2
      include/vlc_keystore.h
  30. 2
      include/vlc_media_library.h
  31. 7
      include/vlc_media_source.h
  32. 4
      include/vlc_opengl_interop.h
  33. 4
      include/vlc_picture.h
  34. 3
      include/vlc_picture_fifo.h
  35. 3
      include/vlc_picture_pool.h
  36. 4
      include/vlc_player.h
  37. 2
      include/vlc_playlist.h
  38. 2
      include/vlc_playlist_export.h
  39. 2
      include/vlc_queue.h
  40. 6
      include/vlc_renderer_discovery.h
  41. 4
      include/vlc_services_discovery.h
  42. 2
      include/vlc_sout.h
  43. 5
      include/vlc_spu.h
  44. 2
      include/vlc_stream.h
  45. 4
      include/vlc_subpicture.h
  46. 2
      include/vlc_thumbnailer.h
  47. 2
      include/vlc_tls.h
  48. 9
      include/vlc_video_splitter.h
  49. 2
      include/vlc_viewpoint.h
  50. 2
      include/vlc_vlm.h
  51. 6
      include/vlc_vout.h
  52. 16
      include/vlc_vout_display.h
  53. 2
      include/vlc_window.h

2
include/vlc_access.h

@ -23,7 +23,7 @@
#ifndef VLC_ACCESS_H
#define VLC_ACCESS_H 1
#include <vlc_stream.h>
#include "vlc_stream.h"
/**
* \defgroup access Access

2
include/vlc_actions.h

@ -23,7 +23,7 @@
#ifndef VLC_ACTIONS_H
#define VLC_ACTIONS_H 1
# include <vlc_mouse.h>
# include "vlc_mouse.h"
/* Called from src/libvlc.c */
int

2
include/vlc_addons.h

@ -21,7 +21,7 @@
#ifndef VLC_ADDONS_H
#define VLC_ADDONS_H 1
#include <vlc_arrays.h>
#include "vlc_arrays.h"
# ifdef __cplusplus
extern "C" {

6
include/vlc_aout.h

@ -24,11 +24,11 @@
#define VLC_AOUT_H 1
#include <assert.h>
#include <vlc_list.h>
#include <vlc_es.h>
/* FIXME to remove once aout.h is cleaned a bit more */
#include <vlc_block.h>
#include "vlc_block.h"
#include "vlc_es.h"
#include "vlc_list.h"
/**
* \defgroup audio_output Audio output

2
include/vlc_atomic.h

@ -35,7 +35,7 @@ using std::atomic_uintptr_t;
using std::memory_order_relaxed;
using std::memory_order_acq_rel;
#endif
# include <vlc_common.h>
# include "vlc_common.h"
#define VLC_STATIC_RC { \
.refs = ATOMIC_VAR_INIT(0) \

2
include/vlc_bits.h

@ -24,7 +24,7 @@
#ifndef VLC_BITS_H
#define VLC_BITS_H 1
#include <vlc_common.h>
#include "vlc_common.h"
/**
* \file

2
include/vlc_block.h

@ -23,7 +23,7 @@
#ifndef VLC_BLOCK_H
#define VLC_BLOCK_H 1
#include <vlc_frame.h>
#include "vlc_frame.h"
/**
* \defgroup block

2
include/vlc_block_helper.h

@ -23,7 +23,7 @@
#ifndef VLC_BLOCK_HELPER_H
#define VLC_BLOCK_HELPER_H 1
#include <vlc_block.h>
#include "vlc_block.h"
typedef struct block_bytestream_t
{

4
include/vlc_boxes.h

@ -24,8 +24,8 @@
#ifndef VLC_BOXES_H
#define VLC_BOXES_H
#include <vlc_common.h>
#include <vlc_block.h>
#include "vlc_common.h"
#include "vlc_block.h"
/**
* \file

10
include/vlc_codec.h

@ -25,11 +25,11 @@
#include <assert.h>
#include <vlc_block.h>
#include <vlc_es.h>
#include <vlc_window.h>
#include <vlc_picture.h>
#include <vlc_subpicture.h>
#include "vlc_block.h"
#include "vlc_es.h"
#include "vlc_window.h"
#include "vlc_picture.h"
#include "vlc_subpicture.h"
/**
* \defgroup decoder Decoder

2
include/vlc_codecs.h

@ -23,7 +23,7 @@
#ifndef VLC_CODECS_H
#define VLC_CODECS_H 1
#include <vlc_fourcc.h>
#include "vlc_fourcc.h"
/**
* \file
* This file defines codec related structures needed by the demuxers and decoders

2
include/vlc_common.h

@ -1001,7 +1001,7 @@ static inline bool mul_overflow(unsigned long long a, unsigned long long b,
#define EMPTY_STR(str) (!str || !*str)
#include <vlc_arrays.h>
#include "vlc_arrays.h"
/* MSB (big endian)/LSB (little endian) conversions - network order is always
* MSB, and should be used for both network communications and files. */

2
include/vlc_config_cat.h

@ -24,7 +24,7 @@
#ifndef VLC_CONFIG_CAT_H
#define VLC_CONFIG_CAT_H
# include <vlc_plugin.h>
# include "vlc_plugin.h"
#define MAIN_TITLE N_( "VLC preferences" )

2
include/vlc_cxx_helpers.hpp

@ -39,7 +39,7 @@
// Ensure we can use vlc_sem_wait_i11e. We can't declare different versions
// of the semaphore helper based on vlc_interrupt inclusion, as it would
// violate ODR
# include <vlc_interrupt.h>
# include "vlc_interrupt.h"
#endif
namespace vlc

2
include/vlc_decoder.h

@ -29,7 +29,7 @@
* @{
*/
#include <vlc_subpicture.h>
#include "vlc_subpicture.h"
typedef struct vlc_input_decoder_t vlc_input_decoder_t;

6
include/vlc_demux.h

@ -26,9 +26,9 @@
#include <stdlib.h>
#include <string.h>
#include <vlc_es.h>
#include <vlc_stream.h>
#include <vlc_es_out.h>
#include "vlc_es.h"
#include "vlc_stream.h"
#include "vlc_es_out.h"
/**
* \defgroup demux Demultiplexer

4
include/vlc_diffutil.h

@ -20,8 +20,8 @@
#ifndef VLC_DIFFUTIL_H
#define VLC_DIFFUTIL_H
#include <vlc_common.h>
#include <vlc_vector.h>
#include "vlc_common.h"
#include "vlc_vector.h"
/**
* this struture defines callback to access and compare elements from

6
include/vlc_es.h

@ -23,9 +23,9 @@
#ifndef VLC_ES_H
#define VLC_ES_H 1
#include <vlc_common.h>
#include <vlc_fourcc.h>
#include <vlc_viewpoint.h>
#include "vlc_common.h"
#include "vlc_fourcc.h"
#include "vlc_viewpoint.h"
/**
* \file

4
include/vlc_events.h

@ -24,8 +24,8 @@
#ifndef VLC_EVENTS_H
# define VLC_EVENTS_H
#include <vlc_arrays.h>
#include <vlc_meta.h>
#include "vlc_arrays.h"
#include "vlc_meta.h"
/**
* \file

4
include/vlc_executor.h

@ -21,8 +21,8 @@
#ifndef VLC_EXECUTOR_H
#define VLC_EXECUTOR_H
#include <vlc_common.h>
#include <vlc_list.h>
#include "vlc_common.h"
#include "vlc_list.h"
# ifdef __cplusplus
extern "C" {

6
include/vlc_filter.h

@ -25,9 +25,9 @@
#ifndef VLC_FILTER_H
#define VLC_FILTER_H 1
#include <vlc_es.h>
#include <vlc_picture.h>
#include <vlc_codec.h>
#include "vlc_es.h"
#include "vlc_picture.h"
#include "vlc_codec.h"
typedef struct vlc_video_context vlc_video_context;
struct vlc_audio_loudness;

8
include/vlc_fingerprinter.h

@ -21,10 +21,10 @@
#ifndef VLC_FINGERPRINTER_H
# define VLC_FINGERPRINTER_H
#include <vlc_common.h>
#include <vlc_meta.h>
#include <vlc_input_item.h>
#include <vlc_arrays.h>
#include "vlc_common.h"
#include "vlc_meta.h"
#include "vlc_input_item.h"
#include "vlc_arrays.h"
# ifdef __cplusplus
extern "C" {

2
include/vlc_frame.h

@ -555,7 +555,7 @@ static inline vlc_frame_t *vlc_frame_ChainGather( vlc_frame_t *p_list )
* @{
*/
#include <vlc_queue.h>
#include "vlc_queue.h"
/**
* Creates a thread-safe FIFO queue of blocks.

4
include/vlc_http.h

@ -32,8 +32,8 @@
* HTTP clients.
*/
#include <vlc_url.h>
#include <vlc_arrays.h>
#include "vlc_url.h"
#include "vlc_arrays.h"
/* RFC 2617: Basic and Digest Access Authentication */
typedef struct vlc_http_auth_t

4
include/vlc_image.h

@ -23,8 +23,8 @@
#ifndef VLC_IMAGE_H
#define VLC_IMAGE_H 1
# include <vlc_picture.h>
# include <vlc_picture_fifo.h>
# include "vlc_picture.h"
# include "vlc_picture_fifo.h"
/**
* \file

12
include/vlc_input.h

@ -33,12 +33,12 @@
* Input thread interface
*/
#include <vlc_es.h>
#include <vlc_meta.h>
#include <vlc_epg.h>
#include <vlc_input_item.h>
#include <vlc_vout.h>
#include <vlc_vout_osd.h>
#include "vlc_es.h"
#include "vlc_meta.h"
#include "vlc_epg.h"
#include "vlc_input_item.h"
#include "vlc_vout.h"
#include "vlc_vout_osd.h"
#include <string.h>

8
include/vlc_input_item.h

@ -29,10 +29,10 @@
* This file defines functions, structures and enums for input items in vlc
*/
#include <vlc_meta.h>
#include <vlc_epg.h>
#include <vlc_events.h>
#include <vlc_list.h>
#include "vlc_meta.h"
#include "vlc_epg.h"
#include "vlc_events.h"
#include "vlc_list.h"
#include <string.h>

2
include/vlc_interrupt.h

@ -20,7 +20,7 @@
#ifndef VLC_INTERRUPT_H
# define VLC_INTERRUPT_H 1
# include <vlc_threads.h>
# include "vlc_threads.h"
# ifndef _WIN32
# include <sys/socket.h> /* socklen_t */
# else

2
include/vlc_keystore.h

@ -21,7 +21,7 @@
#ifndef VLC_KEYSTORE_H
# define VLC_KEYSTORE_H
#include <vlc_common.h>
#include "vlc_common.h"
typedef struct vlc_keystore vlc_keystore;
typedef struct vlc_keystore_entry vlc_keystore_entry;

2
include/vlc_media_library.h

@ -28,7 +28,7 @@
# define VLC_MEDIA_LIBRARY_H
#include <assert.h>
#include <vlc_common.h>
#include "vlc_common.h"
# ifdef __cplusplus
extern "C" {

7
include/vlc_media_source.h

@ -21,9 +21,9 @@
#ifndef VLC_MEDIA_SOURCE_H
#define VLC_MEDIA_SOURCE_H
#include <vlc_common.h>
#include <vlc_input_item.h>
#include <vlc_services_discovery.h>
#include "vlc_common.h"
#include "vlc_input_item.h"
#include "vlc_services_discovery.h"
#ifdef __cplusplus
extern "C" {
@ -358,4 +358,3 @@ vlc_media_source_meta_list_Delete(vlc_media_source_meta_list_t *);
#endif
#endif

4
include/vlc_opengl_interop.h

@ -21,8 +21,8 @@
#ifndef VLC_GL_INTEROP_H
#define VLC_GL_INTEROP_H 1
#include <vlc_es.h>
#include <vlc_picture.h>
#include "vlc_es.h"
#include "vlc_picture.h"
struct vlc_gl_interop;
struct vlc_video_context;

4
include/vlc_picture.h

@ -26,7 +26,7 @@
#define VLC_PICTURE_H 1
#include <assert.h>
#include <vlc_atomic.h>
#include "vlc_atomic.h"
struct vlc_ancillary;
typedef uint32_t vlc_ancillary_id;
@ -39,7 +39,7 @@ typedef uint32_t vlc_ancillary_id;
* This file defines picture structures and functions in vlc
*/
#include <vlc_es.h>
#include "vlc_es.h"
/** Description of a planar graphic field */
typedef struct plane_t

3
include/vlc_picture_fifo.h

@ -28,7 +28,7 @@
* This file defines picture fifo structures and functions in vlc
*/
#include <vlc_picture.h>
#include "vlc_picture.h"
/**
* Picture fifo handle
@ -76,4 +76,3 @@ VLC_API void picture_fifo_Push( picture_fifo_t *, picture_t * );
VLC_API void picture_fifo_Flush( picture_fifo_t *, vlc_tick_t date, bool flush_before );
#endif /* VLC_PICTURE_FIFO_H */

3
include/vlc_picture_pool.h

@ -28,7 +28,7 @@
* This file defines picture pool structures and functions in vlc
*/
#include <vlc_picture.h>
#include "vlc_picture.h"
/**
* Picture pool handle
@ -129,4 +129,3 @@ unsigned picture_pool_GetSize(const picture_pool_t *);
#endif /* VLC_PICTURE_POOL_H */

4
include/vlc_player.h

@ -21,8 +21,8 @@
#ifndef VLC_PLAYER_H
#define VLC_PLAYER_H 1
#include <vlc_input.h>
#include <vlc_aout.h>
#include "vlc_input.h"
#include "vlc_aout.h"
/**
* @defgroup vlc_player Player

2
include/vlc_playlist.h

@ -21,7 +21,7 @@
#ifndef VLC_PLAYLIST_NEW_H
#define VLC_PLAYLIST_NEW_H
#include <vlc_common.h>
#include "vlc_common.h"
# ifdef __cplusplus
extern "C" {

2
include/vlc_playlist_export.h

@ -21,7 +21,7 @@
#ifndef VLC_PLAYLIST_EXPORT_H
#define VLC_PLAYLIST_EXPORT_H
#include <vlc_playlist.h>
#include "vlc_playlist.h"
/** API for playlist export modules */

2
include/vlc_queue.h

@ -30,7 +30,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <vlc_common.h>
#include "vlc_common.h"
/**
* Opaque type for queue entry.

6
include/vlc_renderer_discovery.h

@ -21,9 +21,9 @@
#ifndef VLC_RENDERER_DISCOVERY_H
#define VLC_RENDERER_DISCOVERY_H 1
#include <vlc_input.h>
#include <vlc_probe.h>
#include <vlc_url.h>
#include "vlc_input.h"
#include "vlc_probe.h"
#include "vlc_url.h"
/**
* @defgroup vlc_renderer VLC renderer discovery

4
include/vlc_services_discovery.h

@ -23,8 +23,8 @@
#ifndef VLC_SERVICES_DISCOVERY_H_
#define VLC_SERVICES_DISCOVERY_H_
#include <vlc_input.h>
#include <vlc_probe.h>
#include "vlc_input.h"
#include "vlc_probe.h"
/**
* \file

2
include/vlc_sout.h

@ -32,7 +32,7 @@ extern "C" {
#endif
#include <sys/types.h>
#include <vlc_es.h>
#include "vlc_es.h"
/**
* \defgroup sout Stream output

5
include/vlc_spu.h

@ -25,7 +25,7 @@
#ifndef VLC_SPU_H
#define VLC_SPU_H 1
#include <vlc_subpicture.h>
#include "vlc_subpicture.h"
#ifdef __cplusplus
extern "C" {
@ -56,7 +56,7 @@ VLC_API void spu_Destroy( spu_t * );
/**
* This function sends a subpicture to the spu_t core.
*
*
* You cannot use the provided subpicture anymore. The spu_t core
* will destroy it at its convenience.
*/
@ -105,4 +105,3 @@ VLC_API void spu_ChangeFilters( spu_t *, const char * );
#endif
#endif /* VLC_SPU_H */

2
include/vlc_stream.h

@ -23,7 +23,7 @@
#ifndef VLC_STREAM_H
#define VLC_STREAM_H 1
#include <vlc_block.h>
#include "vlc_block.h"
# ifdef __cplusplus
extern "C" {

4
include/vlc_subpicture.h

@ -28,8 +28,8 @@
/**
*/
#include <vlc_picture.h>
#include <vlc_text_style.h>
#include "vlc_picture.h"
#include "vlc_text_style.h"
/**
* \defgroup subpicture Video sub-pictures

2
include/vlc_thumbnailer.h

@ -23,7 +23,7 @@
#ifndef VLC_THUMBNAILER_H
#define VLC_THUMBNAILER_H
#include <vlc_common.h>
#include "vlc_common.h"
typedef struct vlc_thumbnailer_t vlc_thumbnailer_t;
typedef struct vlc_thumbnailer_request_t vlc_thumbnailer_request_t;

2
include/vlc_tls.h

@ -37,7 +37,7 @@
* Transport layer functions
*/
# include <vlc_network.h>
# include "vlc_network.h"
/**
* Transport layer socket.

9
include/vlc_video_splitter.h

@ -23,10 +23,10 @@
#ifndef VLC_VIDEO_SPLITTER_H
#define VLC_VIDEO_SPLITTER_H 1
#include <vlc_es.h>
#include <vlc_picture.h>
#include <vlc_mouse.h>
#include <vlc_vout_display.h>
#include "vlc_es.h"
#include "vlc_picture.h"
#include "vlc_mouse.h"
#include "vlc_vout_display.h"
/**
* \file
@ -138,4 +138,3 @@ static inline int video_splitter_Mouse(video_splitter_t *splitter, int index,
}
#endif /* VLC_VIDEO_SPLITTER_H */

2
include/vlc_viewpoint.h

@ -21,7 +21,7 @@
#ifndef VLC_VIEWPOINT_H_
#define VLC_VIEWPOINT_H_ 1
#include <vlc_common.h>
#include "vlc_common.h"
#include <math.h>

2
include/vlc_vlm.h

@ -24,7 +24,7 @@
#ifndef VLC_VLM_H
#define VLC_VLM_H 1
#include <vlc_input.h>
#include "vlc_input.h"
/**
* \defgroup server VLM

6
include/vlc_vout.h

@ -25,9 +25,9 @@
#ifndef VLC_VOUT_H_
#define VLC_VOUT_H_ 1
#include <vlc_es.h>
#include <vlc_picture.h>
#include <vlc_subpicture.h>
#include "vlc_es.h"
#include "vlc_picture.h"
#include "vlc_subpicture.h"
struct vlc_video_output_callbacks
{

16
include/vlc_vout_display.h

@ -23,14 +23,14 @@
#ifndef VLC_VOUT_DISPLAY_H
#define VLC_VOUT_DISPLAY_H 1
#include <vlc_es.h>
#include <vlc_picture.h>
#include <vlc_subpicture.h>
#include <vlc_actions.h>
#include <vlc_mouse.h>
#include <vlc_vout.h>
#include <vlc_window.h>
#include <vlc_viewpoint.h>
#include "vlc_es.h"
#include "vlc_picture.h"
#include "vlc_subpicture.h"
#include "vlc_actions.h"
#include "vlc_mouse.h"
#include "vlc_vout.h"
#include "vlc_window.h"
#include "vlc_viewpoint.h"
/**
* \defgroup video_display Video output display

2
include/vlc_window.h

@ -25,7 +25,7 @@
#define VLC_VOUT_WINDOW_H 1
#include <stdarg.h>
#include <vlc_common.h>
#include "vlc_common.h"
/**
* \defgroup video_window Video window

Loading…
Cancel
Save