| Top |  |  |  |  | 
| Version informationVersion information — Variables and functions to check the OGMRip and MPlayer versions | 
| gboolean | ogmrip_check_mencoder () | 
| gboolean | ogmrip_check_mplayer () | 
| gboolean | ogmrip_check_mplayer_dts () | 
| gboolean | ogmrip_check_mplayer_nosub () | 
| gboolean | ogmrip_check_mplayer_version () | 
| #define | OGMRIP_MAJOR_VERSION | 
| #define | OGMRIP_MINOR_VERSION | 
| #define | OGMRIP_MICRO_VERSION | 
| #define | OGMRIP_CHECK_VERSION() | 
| #define | MPLAYER_CHECK_VERSION() | 
gboolean
ogmrip_check_mplayer_dts (void);
Checks if mplayer has DTS support.
gboolean
ogmrip_check_mplayer_nosub (void);
Checks if mplayer supports the -nosub option.
gboolean ogmrip_check_mplayer_version (gint major,gint minor,gint rc,gint pre);
Checks if the version of mplayer is older than a given version.
#define OGMRIP_CHECK_VERSION(major,minor,micro)
Checks whether version is equal or greather than major.minor.micro