From 20c31b4a7d8288480d20bda9fc2f7c4cd61d1ff2 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 29 Jan 2003 17:21:13 +0000 Subject: log messages CVS patchset: 4041 CVS date: 2003/01/29 17:21:13 --- src/libsputext/xine_decoder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libsputext') diff --git a/src/libsputext/xine_decoder.c b/src/libsputext/xine_decoder.c index b892a8c9b..1a794c3e9 100644 --- a/src/libsputext/xine_decoder.c +++ b/src/libsputext/xine_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: xine_decoder.c,v 1.52 2003/01/17 20:53:46 miguelfreitas Exp $ + * $Id: xine_decoder.c,v 1.53 2003/01/29 17:21:13 miguelfreitas Exp $ * */ @@ -425,7 +425,9 @@ static void *init_spu_decoder_plugin (xine_t *xine, void *data) { sputext_class_t *this ; +#ifdef LOG printf("libsputext: init class\n"); +#endif this = (sputext_class_t *) xine_xmalloc (sizeof (sputext_class_t)); -- cgit v1.2.3