--- ogmrip-0.7.0/src/ogmrip-main.c.orig 2005-02-25 12:57:18.167828920 +0100 +++ ogmrip-0.7.0/src/ogmrip-main.c 2005-02-25 12:56:56.683095096 +0100 @@ -444,6 +444,7 @@ /* * Checks if container can contain subtitles */ +#ifdef HAVE_SRT_SUPPORT static gboolean ogmrip_main_check_subp (OGMRipData *data, OGMDvdSubpStream **sstream, gint container) { @@ -465,6 +466,7 @@ } return TRUE; } +#endif static gboolean ogmrip_main_check_path (OGMRipData *data, const gchar *path) @@ -667,6 +669,7 @@ /* * Extracts sstream from start_chap to end_chap to output */ +#ifdef HAVE_SRT_SUPPORT static gboolean ogmrip_main_extract_subp (OGMRipData *data, OGMDvdSubpStream *sstream, gint start_chap, gint end_chap, GFile *output) @@ -685,6 +688,7 @@ } return FALSE; } +#endif /* * Converts astream to acodec from start_chap to end_chap to output