diff options
-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 |