summaryrefslogtreecommitdiff
path: root/multimedia/mplayer/files/patch-libmpcodecs_ad__spdif.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/{mplayer|mencoder}: Fix WITH_DEBUG buildThomas Zander2024-10-191-0/+11
Newer clang versions are not happy when passing -mcpu=<something> on i386 and amd64. This fixes the construction of CFLAGS during configure in the WITH_DEBUG case. Also, as it turns out, there was a const ptr issue in libmpcodecs/ad_spdif.c whith also needed to be fixed. PR: 280818 Reported by: cryptogranny@gmail.com