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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user