Hi all,
So I commented out YUV422_to_YV12_altivec
So now I'm getting:
g++ -c -fPIC -g -O2 -freg-struct-return -O3 -fno-builtin -falign-loops=16 -funroll-loops -ffast-math -faltivec -I.. GemPixUtil.cpp -o GemPixUtil.o GemPixUtil.cpp: In member function `void imageStruct::fromRGBA(unsigned char*) ': GemPixUtil.cpp:533: error: `bgradata' undeclared (first use this function) GemPixUtil.cpp:533: error: (Each undeclared identifier is reported only once for each function it appears in.) GemPixUtil.cpp: In member function `void imageStruct::fromYV12(short int*, short int*, short int*)': GemPixUtil.cpp:1126: error: `pixels' undeclared (first use this function)
so it looks uglier to remove fromRGBA.
Any other hints?
Johannes, I can't find your other message, but your line numbers did not correspond to what I was looking at, maybe I was looking at the wrong file.
Thanks!
.b.