VLC 4.0.0-dev
Loading...
Searching...
No Matches
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 ; \
}
const char var[sizeof("video")]
Definition player.c:1711

Function Documentation

◆ VLC_CompileBy()

const char * VLC_CompileBy ( void  )

Referenced by Version().

◆ VLC_CompileHost()

const char * VLC_CompileHost ( void  )

Referenced by Version().

◆ VLC_Compiler()

const char * VLC_Compiler ( void  )

Referenced by Version().