From fdf8666254e5a0feee085d87e6703bf3ddbecdb8 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 4 Apr 2003 19:20:46 +0000 Subject: add initial async error/general message reporting to frontend obs: more messages should be added CVS patchset: 4539 CVS date: 2003/04/04 19:20:46 --- src/libreal/audio_decoder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libreal/audio_decoder.c') diff --git a/src/libreal/audio_decoder.c b/src/libreal/audio_decoder.c index e9d01ffc6..f4e3ee0e1 100644 --- a/src/libreal/audio_decoder.c +++ b/src/libreal/audio_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_decoder.c,v 1.21 2003/02/14 22:28:45 f1rmb Exp $ + * $Id: audio_decoder.c,v 1.22 2003/04/04 19:20:50 miguelfreitas Exp $ * * thin layer to use real binary-only codecs in xine * @@ -157,6 +157,8 @@ static int load_syms_linux (realdec_decoder_t *this, char *codec_name) { if (!this->ra_handle) { printf ("libareal: error: %s\n", dlerror()); + xine_message(this->stream, XINE_MSG_LIBRARY_LOAD_ERROR, + codec_name, NULL); return 0; } -- cgit v1.2.3