summaryrefslogtreecommitdiffstats
path: root/ext
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
commit7b2cf1992a48fd2027264b86b26549f792b2a8e4 (patch)
treecef87ed8d42fa2116c37d7a8775961312a743be1 /ext
parentc66fd147bfe3f54369768c2334310c9ee005b6bb (diff)
downloadgst-plugins-bad-7b2cf1992a48fd2027264b86b26549f792b2a8e4.tar.gz
gst-plugins-bad-7b2cf1992a48fd2027264b86b26549f792b2a8e4.tar.bz2
gst-plugins-bad-7b2cf1992a48fd2027264b86b26549f792b2a8e4.zip
fix the build
Original commit message from CVS: fix the build
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 2c1a7d85..14e96187 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