mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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.
This commit is contained in:
parent
19e2556d25
commit
527a4245b0
2 changed files with 12 additions and 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>
|
2005-07-18 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* configure.ac: Use AS_LIBTOOL_TAGS. Fix crap gettext commit
|
* configure.ac: Use AS_LIBTOOL_TAGS. Fix crap gettext commit
|
||||||
|
|
|
@ -184,11 +184,11 @@ else
|
||||||
LIBCACA_DIR=
|
LIBCACA_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# if USE_LIBDV
|
if USE_LIBDV
|
||||||
# LIBDV_DIR=dv
|
LIBDV_DIR=dv
|
||||||
# else
|
else
|
||||||
LIBDV_DIR=
|
LIBDV_DIR=
|
||||||
# endif
|
endif
|
||||||
|
|
||||||
# if USE_LIBFAME
|
# if USE_LIBFAME
|
||||||
# LIBFAME_DIR=libfame
|
# LIBFAME_DIR=libfame
|
||||||
|
@ -286,11 +286,11 @@ NAS_DIR=
|
||||||
PANGO_DIR=
|
PANGO_DIR=
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if USE_DV1394
|
if USE_DV1394
|
||||||
# DV1394_DIR=raw1394
|
DV1394_DIR=raw1394
|
||||||
# else
|
else
|
||||||
DV1394_DIR=
|
DV1394_DIR=
|
||||||
# endif
|
endif
|
||||||
|
|
||||||
# if USE_SDL
|
# if USE_SDL
|
||||||
# SDL_DIR=sdl
|
# SDL_DIR=sdl
|
||||||
|
|
Loading…
Reference in a new issue