[PD-cvs] externals/gem2pdp pdp2gem.cpp,1.3,1.4

Jamie Tittle tigital at users.sourceforge.net
Tue Apr 12 18:43:15 CEST 2005


Update of /cvsroot/pure-data/externals/gem2pdp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8917

Modified Files:
	pdp2gem.cpp 
Log Message:
fixed default m_format for non-osx platforms

Index: pdp2gem.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/gem2pdp/pdp2gem.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pdp2gem.cpp	11 Apr 2005 16:21:05 -0000	1.3
--- pdp2gem.cpp	12 Apr 2005 16:43:13 -0000	1.4
***************
*** 390,393 ****
--- 390,394 ----
      m_csize = 2;
      m_colorspace = GL_YCBCR_422_GEM;
+     m_format = GL_YUV422_GEM;
      createBuffer();
      }





More information about the Pd-cvs mailing list