summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-10-20 13:51:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-10-20 13:51:27 +0000
commit8c86f56e65a294278178ee25e7bb8e8c9b158cbe (patch)
tree01f8570cf4d6286110be9c48c31ea1627d66ecf3 /ext/Makefile.am
parentf5c1757f50dfffbb76f8fbb7d42caabe6a7d9399 (diff)
downloadgstreamer-plugins-base-8c86f56e65a294278178ee25e7bb8e8c9b158cbe.tar.gz
fix the build
Original commit message from CVS: fix the build
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 2c1a7d85c..14e961870 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -256,10 +256,10 @@ else
PANGO_DIR=
endif
-if USE_RAW1394
-RAW1394_DIR=raw1394
+if USE_DV1394
+DV1394_DIR=raw1394
else
-RAW1394_DIR=
+DV1394_DIR=
endif
if USE_SDL