VLC
4.0.0-dev
src
Macros
|
Functions
version.c File Reference
Include dependency graph for version.c:
Macros
#define
DECLARE_VLC_VERSION
(func,
var
)
Functions
const char *
VLC_CompileBy
(void)
const char *
VLC_CompileHost
(void)
const char *
VLC_Compiler
(void)
Macro Definition Documentation
◆
DECLARE_VLC_VERSION
#define DECLARE_VLC_VERSION
(
func,
var
)
Value:
const
char
* VLC_##func (
void
) \
{ \
return VLC_##
var
; \
}
var
const char var[sizeof("video")]
Definition:
player.c:1699
Function Documentation
◆
VLC_CompileBy()
const char* VLC_CompileBy
(
void
)
Referenced by
Version()
, and
xstrdup()
.
◆
VLC_CompileHost()
const char* VLC_CompileHost
(
void
)
Referenced by
Version()
, and
xstrdup()
.
◆
VLC_Compiler()
const char* VLC_Compiler
(
void
)
Referenced by
Version()
, and
xstrdup()
.
Generated by
1.8.13