mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
43987c977c
commit
7b24b76b98
1 changed files with 1 additions and 1 deletions
|
@ -1424,7 +1424,7 @@ play them on systems for which they were never designed!")
|
||||||
("flac" ,flac)
|
("flac" ,flac)
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("glm" ,glm)
|
("glm" ,glm)
|
||||||
("libjpeg" ,libjpeg-8) ;jpeg_read_header argument error in libjpeg-9
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("libxi" ,libxi)
|
("libxi" ,libxi)
|
||||||
("libxinerama" ,libxinerama)
|
("libxinerama" ,libxinerama)
|
||||||
("lua" ,lua)
|
("lua" ,lua)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue