Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compil error #2

Open
GoogleCodeExporter opened this issue Jul 22, 2015 · 1 comment
Open

compil error #2

GoogleCodeExporter opened this issue Jul 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I guys,

Nice work to port jpeg lib to openCL. Just make a little remark to correct a 
little error in source code (or missing commit in file version?).

What steps will reproduce the problem?
1. Get a local copy of the jpeg-opencl repository with this command: 
git clone https://code.google.com/p/jpeg-opencl/
2. fix CL/opencl.h error with export CPPFLAGS=-I/opt/AMDAPP/include
 (or whatever need to find CL/opencl.h)
3. Still error on 
jcapimin.c: In function ‘jpeg_CreateCompress’:
jcapimin.c:81:8: erreur: ‘struct jpeg_compress_struct’ has no member named 
‘decoded_mcus_base’
jcapimin.c:82:8: erreur: ‘struct jpeg_compress_struct’ has no member named 
‘decoded_mcus_current’

I check in log and there is a modification on Jul 23, 2011 in files jdcoefct.c 
and jpeglib.h with log message:
move the decoded_mcus_base  decoded_mcus_curren from struct
jpeg_decompress_struct
to my_coef_controller

Obviously, change must be done in jcapimin.c and check in into git repository. 

What version of the product are you using? On what operating system?
Linux Fedora 18 x64 , AMD HD 5750 (two cards)


Original issue reported on code.google.com by arnaud.j...@gmail.com on 5 Jun 2013 at 12:04

@GoogleCodeExporter
Copy link
Author

I can easily compiled the project after checking in the ReadFile*

Original comment by manjian2...@gmail.com on 7 Feb 2014 at 5:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant