diff options
author | Andy Wingo <wingo@pobox.com> | 2005-07-19 11:14:39 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-07-19 11:14:39 +0000 |
commit | 1fffa5aa3fb969c848fe676ca0801b37e0b35ebd (patch) | |
tree | ec96dd95dee8859f3bc4e1731156adc211422298 | |
parent | e87fe253d80a0d6570fa4aee59f615cda1532dad (diff) | |
download | gst-plugins-bad-1fffa5aa3fb969c848fe676ca0801b37e0b35ebd.tar.gz gst-plugins-bad-1fffa5aa3fb969c848fe676ca0801b37e0b35ebd.tar.bz2 gst-plugins-bad-1fffa5aa3fb969c848fe676ca0801b37e0b35ebd.zip |
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.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ext/Makefile.am | 16 |
2 files changed, 12 insertions, 8 deletions
@@ -1,3 +1,7 @@ +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 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 |