Original commit message from CVS:
2005-07-19 Andy Wingo <wingo@pobox.com>
* ext/Makefile.am: Enable dvdev and raw1394src.
+2005-07-19 Andy Wingo <wingo@pobox.com>
+
+ * ext/Makefile.am: Enable dvdev and raw1394src.
+
2005-07-18 Andy Wingo <wingo@pobox.com>
* configure.ac: Use AS_LIBTOOL_TAGS. Fix crap gettext commit
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
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