diff options
author | Christophe Thommeret <hftom@free.fr> | 2010-06-23 01:35:12 +0200 |
---|---|---|
committer | Christophe Thommeret <hftom@free.fr> | 2010-06-23 01:35:12 +0200 |
commit | d5f82f868ac79df8b1e60499717a0e274e9c15ad (patch) | |
tree | 3cf34e77e7601a3e529b0551f366af0742d8bd4f /src | |
parent | 2da6d35b54cfa2afabc78510d73bfca1181700aa (diff) | |
download | xine-lib-d5f82f868ac79df8b1e60499717a0e274e9c15ad.tar.gz xine-lib-d5f82f868ac79df8b1e60499717a0e274e9c15ad.tar.bz2 |
disable debug log
Diffstat (limited to 'src')
-rw-r--r-- | src/video_dec/libvdpau/vdpau_vc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_dec/libvdpau/vdpau_vc1.c b/src/video_dec/libvdpau/vdpau_vc1.c index 1ba986050..cfb55d32b 100644 --- a/src/video_dec/libvdpau/vdpau_vc1.c +++ b/src/video_dec/libvdpau/vdpau_vc1.c @@ -22,7 +22,7 @@ * */ -#define LOG +/*#define LOG*/ #define LOG_MODULE "vdpau_vc1" #ifdef HAVE_CONFIG_H |