ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/

Original commit message from CVS:
* ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
This commit is contained in:
David I. Lehn 2004-06-24 01:16:02 +00:00
parent c204f82cd1
commit be7c1e4d80
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -53,7 +53,7 @@ DIVX_DIR=
endif
if USE_DTS
DTS_DIR=dvdread
DTS_DIR=dts
else
DTS_DIR=
endif