compile-libvlc: mitigate potentially huge linker options
the script is aggregating every .pc from the contribs, under specific circumstances this may create too many arguments for the linker
the script now removes recurring patterns
-lintl -lintl -lm -lintl -lm -lintl -lintl -lm
becomes:
-lintl -lm
Merge request reports
Activity
Filter activity
Please register or sign in to reply