| Summary: | /usr/lib/libSDL_image.a(IMG_jpg.o)||In function `IMG_InitJPG': | (.text+0x12)||undefined reference to `jpeg_calc_output_dimensions'| | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | SwordBearer <tangyuchun> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | ahelper2 |
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
SwordBearer
2012-12-10 19:16:47 UTC
I would say to broaden this as I have dynamic loading of libjpeg and I am also getting failures. The issue is on IMG_jpg.c:66, dlopen fails to find the .so for libjpeg even though I can access it fine. I had a previous version of SDL_image and it worked just fine. I will try to find out what is causing this later today. Any luck finding the issue with the RC snapshot? http://www.libsdl.org/tmp/SDL_image/ I just built the latest source and it does find and use the right version of libjpeg and libpng and links nicely. I just tested it and I am seeing images loading just fine, thanks. I did force what libpng and libjpeg were found for my previous builds of SDL_image, so I don't know 100% if the successful build is influenced at all from my previous efforts. Otherwise, I would say it is fixed. |