Skip to content

Fix libjpeg in android compilation - #5826

Open
GustaLOLE wants to merge 1 commit into
supertuxkart:masterfrom
GustaLOLE:fix-jpeg-android
Open

Fix libjpeg in android compilation#5826
GustaLOLE wants to merge 1 commit into
supertuxkart:masterfrom
GustaLOLE:fix-jpeg-android

Conversation

@GustaLOLE

Copy link
Copy Markdown
Contributor
  • With the update of deps, libjpeg reorganized some source files to libjpeg/src, but the compiler doesn't recognize it.
  • So, the irrlicht build returns a fatal error: 'something.h' file not found in the source file that handles jpeg files.
  • To fix it, I put more one flag in irrlicht instructions (of Android.mk) linking this new folder to irr compiler.

The compiler now compiles sucessfully the game.

Agreement

By creating a pull request in stk-code, you hereby agree to dual-license your contribution as
GNU General Public License version 3 or any later version and
Mozilla Public License version 2 or any later version.

This includes your previous contribution(s) under the same name of contributor.

You also confirm that this contribution is your own original work
and that it does not contain code generated by AI tools.

Keep the above statement in the pull request comment for agreement.

 - With the update of deps, libjpeg reorganized some source files to libjpeg/src, but the compiler doesn't recognize it.
 - So, the irrlicht build returns a fatal error: 'something.h' file not found in the source file that handles jpeg files.
 - To fix it, I put more one flag in irrlicht instructions (of Android.mk) linking this new folder to irr compiler.

The compiler now compiles sucessfully the game.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant