diff options
author | Jeremy Simon <jsimon13@yahoo.fr> | 2002-05-07 22:29:08 +0000 |
---|---|---|
committer | Jeremy Simon <jsimon13@yahoo.fr> | 2002-05-07 22:29:08 +0000 |
commit | 3c6a230219821f0fdb7883de5707772fdd9a77d7 (patch) | |
tree | ab7d14d5f7ca29caa747f2a74ba08dce338c03ea /configure.ac | |
parent | dd3ddad5ec877e3631500dc8f70269cfc1c53201 (diff) | |
download | gst-plugins-bad-3c6a230219821f0fdb7883de5707772fdd9a77d7.tar.gz gst-plugins-bad-3c6a230219821f0fdb7883de5707772fdd9a77d7.tar.bz2 gst-plugins-bad-3c6a230219821f0fdb7883de5707772fdd9a77d7.zip |
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
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 3afe7dc9..a674cb5b 100644 --- a/configure.ac +++ b/configure.ac @@ -572,6 +572,14 @@ GST_CHECK_FEATURE(SMOOTHWAVE, [smoothwave plugin], smoothwave, [ if test $HAVE_GTK = "yes"; then HAVE_SMOOTHWAVE=yes; fi; ]) + +dnl *** snapshot *** +translit(dnm, m, l) AM_CONDITIONAL(USE_LIBPNG, true) +GST_CHECK_FEATURE(LIBPNG, [snapshot plugin], snapshot, [ + GST_CHECK_LIBHEADER(LIBPNG, png, png_read_info, -lz, png.h, LIBPNG_LIBS="-lpng -lz") + AC_SUBST(LIBPNG_LIBS) +]) + dnl *** tarkin *** dnl for now the sources are included in the plugin dnl and should be moved to ext-libs/ perhaps @@ -833,6 +841,7 @@ ext/sdl/Makefile ext/shout/Makefile ext/sidplay/Makefile ext/smoothwave/Makefile +ext/snapshot/Makefile ext/vorbis/Makefile ext/tarkin/Makefile ext/xmms/Makefile |