summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/Makefile.am6
-rw-r--r--ext/raw1394/Makefile.am2
2 files changed, 4 insertions, 4 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
diff --git a/ext/raw1394/Makefile.am b/ext/raw1394/Makefile.am
index aa651a9a..5f1e0dc4 100644
--- a/ext/raw1394/Makefile.am
+++ b/ext/raw1394/Makefile.am
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgst1394.la
libgst1394_la_SOURCES = gst1394.c gstdv1394src.c
libgst1394_la_CFLAGS = $(GST_CFLAGS)
-libgst1394_la_LIBADD = $(RAW1394_LIBS)
+libgst1394_la_LIBADD = $(DV1394_LIBS)
libgst1394_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdv1394src.h