badda71 / uae3DS

Amiga 500 emulator for Nintendo 3DS
44 stars 3 forks source link

Missing linked jpeg library in the make file #4

Closed secondchaos closed 3 years ago

secondchaos commented 3 years ago

You need to add -ljpeg in the libs section of the make file in order to link against the jpeg lib. Otherwise the make process would fail with undefined references to libjpeg realted functions.

badda71 commented 3 years ago

fixed with https://github.com/badda71/uae3DS/commit/5f60be2982f44f5eb086cac42b21ad5e35342f14