diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:29:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:29:33 +0000 |
commit | 5c06e24dd5d6032f9a575ee4a9e5174410b26fb3 (patch) | |
tree | f4a3012cca930cf05bc609f620571bae127c4c52 /ext | |
parent | 65b5fc170cf635869eae9be3a3660d0b721bec51 (diff) |
dvdread added more fixes for libs stuff
Original commit message from CVS:
dvdread added
more fixes for libs stuff
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 87883f3c..fef6dfd4 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -22,6 +22,12 @@ else AUDIOFILE_DIR= endif +if USE_DVDREAD +DVDREAD_DIR=dvdread +else +DVDREAD_DIR= +endif + if USE_ESD ESD_DIR=esd else |