forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-video/ffmpeg: fix mingw32 CHOST match in src_configure
The CHOST-matct was mingw32* but in a crossdev mingw32 is usually the CHOST's suffix. Adusted the case statement match to be "*mingw32*" , following the same pattern as the others. Aballier gave the nod for the commit. Package-Manager: portage-2.2.26
- Loading branch information
1 parent
12f36bd
commit 18d7d0a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters