summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:29:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:29:33 +0000
commit583465f3f8ba9c43552dee7502c4fb119c731c4d (patch)
tree9f96312205f8467066d23c9f1da67dbae704c903 /ext/Makefile.am
parent953f0e2f01cbff2f521024b33e489e966ed356bb (diff)
downloadgst-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.am6
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