1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: mame: Build with libjpeg-turbo.

* gnu/packages/emulators.scm (mame)[inputs]: Change from LIBJPEG-8 to
LIBJPEG-TURBO.
This commit is contained in:
Marius Bakke
2020-01-20 11:28:11 +01:00
parent 43987c977c
commit 7b24b76b98

View File

@@ -1424,7 +1424,7 @@ play them on systems for which they were never designed!")
("flac" ,flac)
("fontconfig" ,fontconfig)
("glm" ,glm)
("libjpeg" ,libjpeg-8) ;jpeg_read_header argument error in libjpeg-9
("libjpeg" ,libjpeg-turbo)
("libxi" ,libxi)
("libxinerama" ,libxinerama)
("lua" ,lua)