diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 7f1ea76a..de7252cd 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -364,11 +364,11 @@ XVID_DIR= SNAPSHOT_DIR= # endif -# if USE_SPEEX -# SPEEX_DIR=speex -# else +if USE_SPEEX +SPEEX_DIR=speex +else SPEEX_DIR= -# endif +endif # if USE_XINE # XINE_DIR=xine @@ -455,4 +455,5 @@ DIST_SUBDIRS=\ mpeg2dec \ jpeg \ libpng \ - lame + lame \ + speex |