diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ext/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-06-23 David I. Lehn <dlehn@users.sourceforge.net> + + * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/ + 2004-06-23 Colin Walters <walters@redhat.com> * m4/Makefile.am: Distribute gst-fionread.m4. diff --git a/ext/Makefile.am b/ext/Makefile.am index 3bf26e9e..c74677e4 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -53,7 +53,7 @@ DIVX_DIR= endif if USE_DTS -DTS_DIR=dvdread +DTS_DIR=dts else DTS_DIR= endif |