diff options
author | Jamie Tittle <tigital@users.sourceforge.net> | 2005-04-12 16:42:02 +0000 |
---|---|---|
committer | Jamie Tittle <tigital@users.sourceforge.net> | 2005-04-12 16:42:02 +0000 |
commit | 9ba70616baa20296d632758331a0e857d3f2fc16 (patch) | |
tree | e994fc6f2b2328e059d1702512eb679f7221dd3d | |
parent | 92968aae5d263a87ce59a987ae962df9e2f12a03 (diff) |
version bumped to 0.6
svn path=/trunk/externals/gem2pdp/; revision=2746
-rw-r--r-- | CHANGES.LOG | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.LOG b/CHANGES.LOG index 8f28b90..bbb464b 100644 --- a/CHANGES.LOG +++ b/CHANGES.LOG @@ -1,3 +1,7 @@ +0.6 + added colorspace message, now we can choose what to decode the YV12 into: + YUV, RGBA/BGRA, or RGB/BGR + uses color conversions from GemPixUtil.cpp 0.5 fixed help patches for pd 0.37 0.4 diff --git a/configure.ac b/configure.ac index df6e9c0..f2cb5fd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT -GEM2PDP_VERSION=0.5 +GEM2PDP_VERSION=0.6 PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp GEM_DIR=/usr/local/pd/gem |