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:
e81c030
)
check for HAVE_LIBJPEG
author
kramm
<kramm>
Fri, 26 Oct 2001 19:44:07 +0000
(19:44 +0000)
committer
kramm
<kramm>
Fri, 26 Oct 2001 19:44:07 +0000
(19:44 +0000)
lib/rfxswf.c
patch
|
blob
|
history
diff --git
a/lib/rfxswf.c
b/lib/rfxswf.c
index
d7cbb03
..
8fe46bd
100644
(file)
--- a/
lib/rfxswf.c
+++ b/
lib/rfxswf.c
@@
-14,10
+14,12
@@
\r
#include "rfxswf.h"
\r
\r
+#ifdef HAVE_LIBJPEG
\r
#ifdef HAVE_JPEGLIB_H
\r
#include <jpeglib.h>
\r
#define _JPEGLIB_INCLUDED_
\r
-#endif
\r
+#endif //HAVE_JPEGLIB_H
\r
+#endif //HAVE_LIBJPEG
\r
\r
// Win32 support may be broken since it was only tested in an older version for Watcom C
\r
#ifdef __NT__
\r