diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-01 10:52:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-01 10:52:57 +0000 |
commit | 9c3398a279ea104641e127b710b3f756f0fda555 (patch) | |
tree | 282fc4c0cc21bbbd0262cf2048408df16b453ab4 | |
parent | e8e4e2479699b77afc0c46cda1217da9729e76f4 (diff) | |
download | gst-plugins-bad-9c3398a279ea104641e127b710b3f756f0fda555.tar.gz gst-plugins-bad-9c3398a279ea104641e127b710b3f756f0fda555.tar.bz2 gst-plugins-bad-9c3398a279ea104641e127b710b3f756f0fda555.zip |
adding libfame
Original commit message from CVS:
adding libfame
-rw-r--r-- | configure.ac | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc209153..2e05fc77 100644 --- a/configure.ac +++ b/configure.ac @@ -487,6 +487,14 @@ GST_CHECK_FEATURE(LCS, Lcs, lcs, [ AC_SUBST(LCS_LIBS) ]) +dnl *** libfame *** +translit(dnm, m, l) AM_CONDITIONAL(USE_LIBFAME, true) +GST_CHECK_FEATURE(LIBFAME, [libfame MPEG1/4 encoder], libfame, [ + AM_PATH_LIBFAME(0.9.0, HAVE_LIBFAME="yes", HAVE_LIBFAME="no") + AC_SUBST(LIBFAME_CFLAGS) + AC_SUBST(LIBFAME_LIBS) +]) + dnl FIXME : check if these CPP flags can be dealt with otherwise dnl libdvcheck_save_CPPFLAGS="$CPPFLAGS" dnl CPPFLAGS="$CPPFLAGS $GST_CFLAGS" @@ -844,9 +852,10 @@ ext/hermes/Makefile ext/http/Makefile ext/jack/Makefile ext/jpeg/Makefile -ext/lcs/Makefile ext/ladspa/Makefile ext/lame/Makefile +ext/lcs/Makefile +ext/libfame/Makefile ext/mad/Makefile ext/mikmod/Makefile ext/mjpegtools/Makefile @@ -869,6 +878,7 @@ gst-libs/gst/resample/Makefile gst-libs/gst/riff/Makefile gst-libs/gst/floatcast/Makefile examples/capsfilter/Makefile +examples/seeking/Makefile examples/Makefile tools/Makefile gconf/Makefile |