Commit bceb274c authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent ef1ad5f3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment