diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2003-12-10 14:43:05 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2003-12-10 14:43:05 +0000 |
commit | 1772b91fb4e086392d3b3a7a01b3ea5acfe481ce (patch) | |
tree | 6b75c55c1af1a4574427efd7fa14ba0e0e16f13b | |
parent | 4d5acf2f0a21e307e4b7551cbdeb8d992ef62953 (diff) | |
download | xine-lib-1772b91fb4e086392d3b3a7a01b3ea5acfe481ce.tar.gz xine-lib-1772b91fb4e086392d3b3a7a01b3ea5acfe481ce.tar.bz2 |
- shush
CVS patchset: 5885
CVS date: 2003/12/10 14:43:05
-rw-r--r-- | src/post/goom/filters.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/post/goom/filters.c b/src/post/goom/filters.c index 680b01029..47c42751e 100644 --- a/src/post/goom/filters.c +++ b/src/post/goom/filters.c @@ -57,14 +57,14 @@ static void select_zoom_filter (void) { if (firsttime){ if (zoom_filter_xmmx_supported()) { zf_use_xmmx = 1; - printf ("Extented MMX detected. Using the fastest method !\n"); + /* printf ("Extented MMX detected. Using the fastest method !\n"); */ } else if (zoom_filter_mmx_supported()) { zf_use_mmx = 1; - printf ("MMX detected. Using fast method !\n"); + /* printf ("MMX detected. Using fast method !\n"); */ } else { - printf ("Too bad ! No MMX detected.\n"); + /* printf ("Too bad ! No MMX detected.\n"); */ } firsttime = 0; } |