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 | c627e6adb349c8d5ec53ec1e38dfc136f82563df (patch) | |
tree | 2b46017a1d9a7242db823453ecd418619fe6e8be /configure.ac | |
parent | 94d87fb90134e98fa5125ad9ab4912906874845e (diff) | |
download | gst-plugins-bad-c627e6adb349c8d5ec53ec1e38dfc136f82563df.tar.gz gst-plugins-bad-c627e6adb349c8d5ec53ec1e38dfc136f82563df.tar.bz2 gst-plugins-bad-c627e6adb349c8d5ec53ec1e38dfc136f82563df.zip |
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 |