git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ab6d9f
)
fixed config.h variable
author
kramm
<kramm>
Mon, 30 Oct 2006 13:06:14 +0000
(13:06 +0000)
committer
kramm
<kramm>
Mon, 30 Oct 2006 13:06:14 +0000
(13:06 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
3f08789
..
b794e7c
100644
(file)
--- 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;