diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-09 04:15:02 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-09 04:15:02 +0000 |
commit | b57b82d528198c35d721aad073d1048bb5b961e2 (patch) | |
tree | 1fecae12999a80082ca939acda7074fad834e8f3 /configure.ac | |
parent | bf3ce4ca5dcbd45df80f9ca485a07d9485f44e22 (diff) | |
download | gst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.tar.gz gst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.tar.bz2 gst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.zip |
swfdec Ported to 0.10.
Original commit message from CVS:
swfdec Ported to 0.10.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 18fa668c..c895edb3 100644 --- a/configure.ac +++ b/configure.ac @@ -419,6 +419,14 @@ GST_CHECK_FEATURE(SDL, [SDL plug-in], sdlvideosink, [ AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no) ]) +dnl *** swfdec *** +translit(dnm, m, l) AM_CONDITIONAL(USE_SWFDEC, true) +GST_CHECK_FEATURE(SWFDEC, [swfdec plug-in], swfdec, [ + PKG_CHECK_MODULES(SWFDEC, swfdec-0.3 >= 0.3.3, HAVE_SWFDEC=yes, HAVE_SWFDEC=no) + AC_SUBST(SWFDEC_CFLAGS) + AC_SUBST(SWFDEC_LIBS) +]) + dnl *** wavpack *** dnl We ship our own version of the library translit(dnm, m, l) AM_CONDITIONAL(USE_WAVPACK, true) @@ -528,6 +536,7 @@ ext/Makefile ext/directfb/Makefile ext/faac/Makefile ext/faad/Makefile +ext/swfdec/Makefile ext/wavpack/Makefile ext/ivorbis/Makefile ext/gsm/Makefile |