diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:42:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 16:42:33 +0000 |
commit | b0f5f9a9410efd9ce64dfee67dbc950cbbb2d614 (patch) | |
tree | 67bc8451ab25d18d75c410cf8cf97e3cdce2d37c /configure.ac | |
parent | 1c3d0eb6e8f65df18350536dcd3a8e4e4eee3cdc (diff) |
adding dv, raw1934, gnomevfs, rtp
Original commit message from CVS:
adding dv, raw1934, gnomevfs, rtp
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 996acac9..0d4dc5fb 100644 --- a/configure.ac +++ b/configure.ac @@ -545,6 +545,7 @@ dnl *** raw1394 *** translit(dnm, m, l) AM_CONDITIONAL(USE_RAW1394, true) GST_CHECK_FEATURE(RAW1394, [raw1394 library], dv1394src, [ GST_CHECK_LIBHEADER(RAW1394, raw1934, raw1934_get_handle,, libraw1394/raw1394.h, RAW1394_LIBS="-raw1394") + AC_SUBST(RAW1394_LIBS) ]) dnl Check for librtp @@ -1067,6 +1068,7 @@ ext/cdparanoia/Makefile ext/dvdread/Makefile ext/esd/Makefile ext/flac/Makefile +ext/gnomevfs/Makefile ext/gsm/Makefile ext/hermes/Makefile ext/jpeg/Makefile @@ -1074,6 +1076,8 @@ ext/lame/Makefile ext/mad/Makefile ext/mpeg2dec/Makefile ext/openquicktime/Makefile +ext/raw1394/Makefile +ext/rtp/Makefile ext/shout/Makefile ext/sdl/Makefile ext/vorbis/Makefile |