windowscodecs: Only declare jpeg debug channel if jpeg is supported.

This commit is contained in:
Austin English 2011-04-10 15:41:04 -05:00 committed by Alexandre Julliard
parent ef1ad5f374
commit bceb274c94

View file

@ -55,9 +55,9 @@
#include "wine/library.h"
WINE_DEFAULT_DEBUG_CHANNEL(wincodecs);
WINE_DECLARE_DEBUG_CHANNEL(jpeg);
#ifdef SONAME_LIBJPEG
WINE_DECLARE_DEBUG_CHANNEL(jpeg);
static void *libjpeg_handle;