diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-11-26 19:43:26 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-11-26 19:43:26 +0000 |
commit | 3050d97eb83cfdfb4d04a51231acba47e6addf1c (patch) | |
tree | 4337d69086ce7d870214e7e5f6a028f8b417521e /src/post/goom | |
parent | ae2a2a8e08ab3140d5c7ee3a5f33e7db81f76b09 (diff) | |
download | xine-lib-3050d97eb83cfdfb4d04a51231acba47e6addf1c.tar.gz xine-lib-3050d97eb83cfdfb4d04a51231acba47e6addf1c.tar.bz2 |
lprintf cleanup, pass I.
CVS patchset: 5796
CVS date: 2003/11/26 19:43:26
Diffstat (limited to 'src/post/goom')
-rw-r--r-- | src/post/goom/xine_goom.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c index 0bf8305a5..b0cfee656 100644 --- a/src/post/goom/xine_goom.c +++ b/src/post/goom/xine_goom.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_goom.c,v 1.43 2003/11/26 19:30:14 mroi Exp $ + * $Id: xine_goom.c,v 1.44 2003/11/26 19:43:37 f1rmb Exp $ * * GOOM post plugin. * @@ -28,10 +28,11 @@ #include <stdio.h> -/********** logging **********/ #define LOG_MODULE "goom" -/* #define LOG_VERBOSE */ -/* #define LOG */ +#define LOG_VERBOSE +/* +#define LOG +*/ #include "config.h" #include "xine_internal.h" @@ -261,7 +262,7 @@ static post_plugin_t *goom_open_plugin(post_class_t *class_gen, int inputs, this->metronom = _x_metronom_init(1, 0, class->xine); - lprintf("goom: goom_open_plugin\n"); + lprintf("goom_open_plugin\n"); if(xine_config_lookup_entry(class->xine, "post.goom_fps", &fps_entry)) |