RaymanRev
  • Overview
  • Repository
  • Tickets
  • Statistics
  • Projects

Repository

YUV / Ycbcr decoding code

Parent commits : 421397779129571814d6fff35318f4340cb81c36,
Children commits : 5b6d903257e06e8c901ed0a8d7e46b10a8a34b71,

By Laurent Defert on 2010-12-30 00:46:37
YUV / Ycbcr decoding code

Browse content
Difference with parent commit 421397779129571814d6fff35318f4340cb81c36
Files added:
yuv422_rgb.cpp
yuv422_rgb.h

Files modified:
Makefile
--- 
+++ 
@@ -1,6 +1,6 @@
 CC=gcc
 CXXFLAGS=-Wall -g -O0
-OBJ=main.o image.o hexa.o
+OBJ=main.o image.o hexa.o yuv422_rgb.o
 
 rayman: $(OBJ)
 	g++ -g -Wall -lSDL_image -lSDL_gfx -lSDL -lm -o raymanrev $(OBJ)

Generated with KisssPM