diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 4dcefb2d..aaffd83b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -94,11 +94,11 @@ endif # DVDNAV_DIR= # endif -# if USE_ESD -# ESD_DIR=esd -# else -# ESD_DIR= -# endif +if USE_ESD +ESD_DIR=esd +else +ESD_DIR= +endif # if USE_FAAC # FAAC_DIR=faac |