diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2010-06-09 11:40:25 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-06-09 11:40:25 +0200 |
commit | 263646a1f7e705766f7d46017679812d4b1406b8 (patch) | |
tree | bd8056f34c7413e5fb2f66959db085cd6efecdb4 /client/windows | |
parent | ea74fc64543ef486085a82aec0c67a3b265ba3ac (diff) | |
download | spice-263646a1f7e705766f7d46017679812d4b1406b8.tar.gz spice-263646a1f7e705766f7d46017679812d4b1406b8.tar.xz spice-263646a1f7e705766f7d46017679812d4b1406b8.zip |
JPEG support: introducing jpeg encoding for spice bitmaps
Diffstat (limited to 'client/windows')
-rw-r--r-- | client/windows/redc.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj index d2540ce6..c0ba905b 100644 --- a/client/windows/redc.vcproj +++ b/client/windows/redc.vcproj @@ -252,6 +252,10 @@ >
</File>
<File
+ RelativePath="..\jpeg_decoder.cpp"
+ >
+ </File>
+ <File
RelativePath="..\lines.cpp"
>
</File>
@@ -524,6 +528,10 @@ >
</File>
<File
+ RelativePath="..\jpeg_decoder.h"
+ >
+ </File>
+ <File
RelativePath="..\menu.h"
>
</File>
|