Closed secondchaos closed 4 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.
fixed with https://github.com/badda71/uae3DS/commit/5f60be2982f44f5eb086cac42b21ad5e35342f14
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.