Commits on Source (17)
-
6a481ceb
-
Otherwise, the header cannot be included as a standalone header.
29c9709a -
1a9da912
-
9f6231b3
-
22bf21e5
-
dae57d2b
-
6fcbb414
-
94277277
-
The $(extra_check_verbose_0) was missing a semi-colon at the end since the commit 53f6d534 introducing it, so it was probably never used nor tested.
a89ee315 -
The tests are not run and are only compiled to object, without linkage. It's pretty fast, and would help noticing when a forward declaration or an include is missing from one of the files.
52e1c72c -
8c490c48
-
To avoid creating constructors with C++ linkage.
5003ec6b -
video_format_t is defined in vlc_es.h and is used by the header.
256f8553 -
vlc_gl_t is referenced by the vlc_gl_interop structure, but only as a pointer. Avoid including <vlc_opengl.h> and provides a forward-reference.
b03fe3f1 -
vlc_tick_t is used here and cannot be forward-declared.
661c52a3 -
vlc_tick_t is used here and cannot be forward-declared.
f2fbf053 -
40c3b376
Showing
- include/meson.build 1 addition, 0 deletionsinclude/meson.build
- include/vlc/deprecated.h 2 additions, 0 deletionsinclude/vlc/deprecated.h
- include/vlc/libvlc_events.h 9 additions, 0 deletionsinclude/vlc/libvlc_events.h
- include/vlc/libvlc_media.h 1 addition, 0 deletionsinclude/vlc/libvlc_media.h
- include/vlc/libvlc_media_discoverer.h 2 additions, 0 deletionsinclude/vlc/libvlc_media_discoverer.h
- include/vlc/libvlc_media_list.h 2 additions, 0 deletionsinclude/vlc/libvlc_media_list.h
- include/vlc/libvlc_media_list_player.h 8 additions, 0 deletionsinclude/vlc/libvlc_media_list_player.h
- include/vlc/libvlc_media_player.h 12 additions, 0 deletionsinclude/vlc/libvlc_media_player.h
- include/vlc/libvlc_media_track.h 2 additions, 31 deletionsinclude/vlc/libvlc_media_track.h
- include/vlc/libvlc_video.h 67 additions, 0 deletionsinclude/vlc/libvlc_video.h
- include/vlc_objects.h 13 additions, 0 deletionsinclude/vlc_objects.h
- include/vlc_opengl_filter.h 1 addition, 0 deletionsinclude/vlc_opengl_filter.h
- include/vlc_opengl_interop.h 1 addition, 0 deletionsinclude/vlc_opengl_interop.h
- include/vlc_timestamp_helper.h 2 additions, 0 deletionsinclude/vlc_timestamp_helper.h
- include/vlc_vout_osd.h 2 additions, 0 deletionsinclude/vlc_vout_osd.h
- lib/Makefile.am 16 additions, 0 deletionslib/Makefile.am
- src/Makefile.am 18 additions, 0 deletionssrc/Makefile.am
- test/Makefile.am 0 additions, 5 deletionstest/Makefile.am
include/vlc/libvlc_video.h
0 → 100644