Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/cairo/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 714 B image not shown  

Quelle  pixman-armasm.patch   Sprache: unbekannt

 
diff --git a/gfx/cairo/libpixman/src/pixman-arm-asm.h b/gfx/cairo/libpixman/src/pixman-arm-asm.h
--- a/gfx/cairo/libpixman/src/pixman-arm-asm.h
+++ b/gfx/cairo/libpixman/src/pixman-arm-asm.h
@@ -23,17 +23,19 @@
  *
  * Author:  Jeff Muizelaar (jeff@infidigm.net)
  *
  */
 
 #ifndef PIXMAN_ARM_ASM_H
 #define PIXMAN_ARM_ASM_H
 
+#ifdef HAVE_CONFIG_H
 #include "pixman-config.h"
+#endif
 
 /*
  * References:
  *  - https://developer.arm.com/documentation/101028/0012/5--Feature-test-macros
  *  - https://github.com/ARM-software/abi-aa/blob/main/aaelf64/aaelf64.rst
  */
 #if defined(__ARM_FEATURE_BTI_DEFAULT) && __ARM_FEATURE_BTI_DEFAULT == 1
   #define BTI_C hint 34  /* bti c: for calls, IE bl instructions */

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]