X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfc.c;h=b794e7c577ddaaf31b53299017d37b845801c217;hb=4b19ef910b43a06a147f4e515d5ce377bd229e4e;hp=3f087891791d906840feec62262675784a01e9c7;hpb=2ab6d9f372802bba3affe06111e50d74440f8abf;p=swftools.git diff --git a/src/swfc.c b/src/swfc.c index 3f08789..b794e7c 100644 --- a/src/swfc.c +++ b/src/swfc.c @@ -1037,7 +1037,7 @@ void s_image(char*name, char*type, char*filename, int quality) int imageID = id; int width, height; if(!strcmp(type,"jpeg")) { -#ifndef HAVE_LIBJPEG +#ifndef HAVE_JPEGLIB warning("no jpeg support compiled in"); s_box(name, 0, 0, black, 20, 0); return;