diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-14 20:54:06 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-14 20:54:06 +0000 |
commit | 03fa6ba8b1f88536ac49265c2b373392e633ca14 (patch) | |
tree | 106eaefc0502d3b7f64d5b5a7d8084b79737af20 /ext/Makefile.am | |
parent | 6435014c2605e1e22d22fb58f135347bc13e412a (diff) | |
download | gst-plugins-bad-03fa6ba8b1f88536ac49265c2b373392e633ca14.tar.gz gst-plugins-bad-03fa6ba8b1f88536ac49265c2b373392e633ca14.tar.bz2 gst-plugins-bad-03fa6ba8b1f88536ac49265c2b373392e633ca14.zip |
dtsdec ported to 0.10
Original commit message from CVS:
dtsdec ported to 0.10
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 \ |