diff options
author | N.N. <sevyves@users.sourceforge.net> | 2003-09-25 23:36:28 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2003-09-25 23:36:28 +0000 |
commit | 86e9ae0d089afbd6eb3e5cce47aa819275b0becf (patch) | |
tree | da63afd0b31761e041bf95b5234ea4fd714f54a5 | |
parent | f0799fad30fe6a08a24524fa5673778e98461b0c (diff) |
Updated for PiDiP 0.12.7
svn path=/trunk/externals/pidip/; revision=1041
-rw-r--r-- | CHANGES.LOG | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.LOG b/CHANGES.LOG index dbfbe74..68ec967 100644 --- a/CHANGES.LOG +++ b/CHANGES.LOG @@ -1,3 +1,5 @@ +0.12.7 + added pdp_canvas : a canvas to display several video sources 0.12.6 fix conflict between pdp_text and pdp_imgloader ( and the likes using Imlib2 ) fix successive loading of images in pdp_imgloader diff --git a/configure.ac b/configure.ac index c9c6ebf..632e822 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT -PDP_PIDIP_VERSION=0.12.6 +PDP_PIDIP_VERSION=0.12.7 PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg |