diff options
author | Christophe Thommeret <hftom@free.fr> | 2008-12-18 11:57:26 +0000 |
---|---|---|
committer | Christophe Thommeret <hftom@free.fr> | 2008-12-18 11:57:26 +0000 |
commit | f47ff39c36f58968e7d8f832313916f5319f3517 (patch) | |
tree | 6562ff10f4bc083cfda97d6398fda199474cf98f | |
parent | 1ba8adfc70a3c060c228151839ba84b41efd8b18 (diff) | |
download | xine-lib-f47ff39c36f58968e7d8f832313916f5319f3517.tar.gz xine-lib-f47ff39c36f58968e7d8f832313916f5319f3517.tar.bz2 |
Undefine LOG (MPEG-handling code).
-rw-r--r-- | src/libvdpau/vdpau_mpeg12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvdpau/vdpau_mpeg12.c b/src/libvdpau/vdpau_mpeg12.c index 6c65f96f5..c5aefc7cb 100644 --- a/src/libvdpau/vdpau_mpeg12.c +++ b/src/libvdpau/vdpau_mpeg12.c @@ -21,7 +21,7 @@ * */ -#define LOG +//#define LOG #define LOG_MODULE "vdpau_mpeg12" |