mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
Funnily enough, the change which did this in Binutils 2.39 is related to the fixes for all the Qt stuff. Closes: https://bugs.gentoo.org/731046 Closes: https://bugs.gentoo.org/955130 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
499 B
Diff
15 lines
499 B
Diff
https://bugs.gentoo.org/731046
|
|
https://bugs.gentoo.org/955130
|
|
https://sourceware.org/PR29377
|
|
https://wiki.linuxfromscratch.org/blfs/ticket/16940
|
|
--- a/include/xine.h
|
|
+++ b/include/xine.h
|
|
@@ -118,7 +118,7 @@ xine_t *xine_new (void) XINE_PROTECTED;
|
|
/* allow the setting of some flags before xine_init
|
|
* FIXME-ABI: this is currently GLOBAL
|
|
*/
|
|
-void xine_set_flags (xine_t *, int) XINE_PROTECTED XINE_WEAK;
|
|
+void xine_set_flags (xine_t *, int) XINE_WEAK;
|
|
#define XINE_FLAG_NO_WRITE_CACHE 1
|
|
|
|
/*
|