diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-11-26 20:02:33 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-11-26 20:02:33 +0000 |
commit | 774e9b9aaa7bb10bafb73d89cdff1f27160016fd (patch) | |
tree | 7df52cd0ca7a3fbd75801f52d82f87e708e342a1 | |
parent | f790219289b6cb43d3d3f6632f1a2919bb6302c6 (diff) | |
download | xine-lib-774e9b9aaa7bb10bafb73d89cdff1f27160016fd.tar.gz xine-lib-774e9b9aaa7bb10bafb73d89cdff1f27160016fd.tar.bz2 |
switching off spu debug output
CVS patchset: 1118
CVS date: 2001/11/26 20:02:33
-rw-r--r-- | src/libspudec/spu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index 62e89ef90..af342d146 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -35,7 +35,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: spu.c,v 1.24 2001/11/20 03:43:18 miguelfreitas Exp $ + * $Id: spu.c,v 1.25 2001/11/26 20:02:33 guenter Exp $ * */ @@ -53,7 +53,9 @@ #include "video_out/alphablend.h" #include "xineutils.h" +/* #define LOG_DEBUG 1 +*/ #ifdef DEBUG |