diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index e1c48692..92a468ef 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -160,11 +160,11 @@ HERMES_DIR= JACK_DIR= # endif -# if USE_JPEG -# JPEG_DIR=jpeg -# else +if USE_JPEG +JPEG_DIR=jpeg +else JPEG_DIR= -# endif +endif # if USE_LADSPA # LADSPA_DIR=ladspa |