diff --git a/ChangeLog b/ChangeLog index 91bef11fc7..44ed1d2918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-23 David I. Lehn + + * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/ + 2004-06-23 Colin Walters * m4/Makefile.am: Distribute gst-fionread.m4. diff --git a/ext/Makefile.am b/ext/Makefile.am index 3bf26e9e7b..c74677e48a 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