summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-07-19 11:14:39 +0000
committerAndy Wingo <wingo@pobox.com>2005-07-19 11:14:39 +0000
commit527a4245b082d074c05dab45c0dcfb69939dbaab (patch)
tree646fda11fa14ffe36e9ae1e17b11b5275abc1694 /ext/Makefile.am
parent19e2556d25d6b55e554bfd03f30d8d0c4456511a (diff)
ext/Makefile.am: Enable dvdev and raw1394src.
Original commit message from CVS: 2005-07-19 Andy Wingo <wingo@pobox.com> * ext/Makefile.am: Enable dvdev and raw1394src.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index ebc799ee..7aac9970 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -184,11 +184,11 @@ else
LIBCACA_DIR=
endif
-# if USE_LIBDV
-# LIBDV_DIR=dv
-# else
+if USE_LIBDV
+LIBDV_DIR=dv
+else
LIBDV_DIR=
-# endif
+endif
# if USE_LIBFAME
# LIBFAME_DIR=libfame
@@ -286,11 +286,11 @@ NAS_DIR=
PANGO_DIR=
# endif
-# if USE_DV1394
-# DV1394_DIR=raw1394
-# else
+if USE_DV1394
+DV1394_DIR=raw1394
+else
DV1394_DIR=
-# endif
+endif
# if USE_SDL
# SDL_DIR=sdl