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 | 583465f3f8ba9c43552dee7502c4fb119c731c4d (patch) | |
tree | 9f96312205f8467066d23c9f1da67dbae704c903 /ext/Makefile.am | |
parent | 953f0e2f01cbff2f521024b33e489e966ed356bb (diff) | |
download | gst-plugins-bad-583465f3f8ba9c43552dee7502c4fb119c731c4d.tar.gz gst-plugins-bad-583465f3f8ba9c43552dee7502c4fb119c731c4d.tar.bz2 gst-plugins-bad-583465f3f8ba9c43552dee7502c4fb119c731c4d.zip |
dvdread added more fixes for libs stuff
Original commit message from CVS:
dvdread added
more fixes for libs stuff
Diffstat (limited to 'ext/Makefile.am')
-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 |