add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or...
authorJeremy Simon <jsimon13@yahoo.fr>
Tue, 7 May 2002 22:27:32 +0000 (22:27 +0000)
committerJeremy Simon <jsimon13@yahoo.fr>
Tue, 7 May 2002 22:27:32 +0000 (22:27 +0000)
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

common
configure.ac

diff --git a/common b/common
index e5997d9e2b4e162ad423f9b9ec3ac9b29e12bb05..8d060610bbe0af2f159b40c8b23076896b4104a5 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit e5997d9e2b4e162ad423f9b9ec3ac9b29e12bb05
+Subproject commit 8d060610bbe0af2f159b40c8b23076896b4104a5
index 3afe7dc91f839741159505a61f20f5b03868b853..a674cb5b3261c0c8e07ed92ba616516e38807b07 100644 (file)
@@ -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