diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 5d3d510c..8943f74c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -46,11 +46,11 @@ endif DIVX_DIR= # endif -# if USE_DTS -# DTS_DIR=dts -# else +if USE_DTS +DTS_DIR=dts +else DTS_DIR= -# endif +endif if USE_FAAC FAAC_DIR=faac @@ -238,6 +238,7 @@ DIST_SUBDIRS= \ gsm \ ivorbis \ libmms \ + dts \ musepack \ sdl \ swfdec \ |