VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

#define DECLARE_VLC_VERSION (   func,
  var 
)
Value:
const char * VLC_##func ( void ) \
{ \
return VLC_##var ; \
}

Function Documentation

const char* VLC_CompileBy ( void  )

Referenced by Version().

const char* VLC_CompileHost ( void  )

Referenced by Version().

const char* VLC_Compiler ( void  )

Referenced by Version().