Advertisement
Guest User

Untitled

a guest
Jan 25th, 2025
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 KB | Source Code | 0 0
  1. diff --git a/gst/Makefile.am b/gst/Makefile.am
  2. index 60d4b11..756698e 100644
  3. --- a/gst/Makefile.am
  4. +++ b/gst/Makefile.am
  5. @@ -291,7 +291,7 @@ Gst-@[email protected]: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@
  6. --pkg gthread-2.0 \
  7. --pkg libxml-2.0 \
  8. --pkg-export gstreamer-0.10 \
  9. - --add-init-section="gst_init(NULL, NULL);" \
  10. + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL, NULL);" \
  11. --output $@ \
  12. $(gir_headers) \
  13. $(gir_sources)
  14. diff --git a/gst/Makefile.in b/gst/Makefile.in
  15. index e843fd4..5ebfceb 100644
  16. --- a/gst/Makefile.in
  17. +++ b/gst/Makefile.in
  18. @@ -1800,7 +1800,7 @@ Android.mk: Makefile.am
  19. @HAVE_INTROSPECTION_TRUE@ --pkg gthread-2.0 \
  20. @HAVE_INTROSPECTION_TRUE@ --pkg libxml-2.0 \
  21. @HAVE_INTROSPECTION_TRUE@ --pkg-export gstreamer-0.10 \
  22. -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL, NULL);" \
  23. +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL, NULL);" \
  24. @HAVE_INTROSPECTION_TRUE@ --output $@ \
  25. @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
  26. @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
  27. diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am
  28. index 4c8bccf..f335f44 100644
  29. --- a/libs/gst/base/Makefile.am
  30. +++ b/libs/gst/base/Makefile.am
  31. @@ -89,7 +89,7 @@ GstBase-@[email protected]: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
  32. --libtool="$(top_builddir)/libtool" \
  33. --pkg gstreamer-0.10 \
  34. --pkg-export gstreamer-base-0.10 \
  35. - --add-init-section="gst_init(NULL,NULL);" \
  36. + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  37. --output $@ \
  38. $(gir_headers) \
  39. $(gir_sources)
  40. diff --git a/libs/gst/base/Makefile.in b/libs/gst/base/Makefile.in
  41. index 61c6fd0..9313d0e 100644
  42. --- a/libs/gst/base/Makefile.in
  43. +++ b/libs/gst/base/Makefile.in
  44. @@ -1012,7 +1012,7 @@ Android.mk: Makefile.am
  45. @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
  46. @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-0.10 \
  47. @HAVE_INTROSPECTION_TRUE@ --pkg-export gstreamer-base-0.10 \
  48. -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL,NULL);" \
  49. +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  50. @HAVE_INTROSPECTION_TRUE@ --output $@ \
  51. @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
  52. @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
  53. diff --git a/libs/gst/check/Makefile.am b/libs/gst/check/Makefile.am
  54. index 8dcf66d..1395521 100644
  55. --- a/libs/gst/check/Makefile.am
  56. +++ b/libs/gst/check/Makefile.am
  57. @@ -133,7 +133,7 @@ GstCheck-@[email protected]: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMI
  58. --libtool="$(top_builddir)/libtool" \
  59. --pkg gstreamer-0.10 \
  60. --pkg-export gstreamer-check-0.10 \
  61. - --add-init-section="gst_init(NULL,NULL);" \
  62. + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  63. --output $@ \
  64. $(gir_headers) \
  65. $(gir_sources)
  66. diff --git a/libs/gst/check/Makefile.in b/libs/gst/check/Makefile.in
  67. index 9d22948..a13b260 100644
  68. --- a/libs/gst/check/Makefile.in
  69. +++ b/libs/gst/check/Makefile.in
  70. @@ -1149,7 +1149,7 @@ $(SYMBOLS_FILE):
  71. @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
  72. @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-0.10 \
  73. @HAVE_INTROSPECTION_TRUE@ --pkg-export gstreamer-check-0.10 \
  74. -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL,NULL);" \
  75. +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  76. @HAVE_INTROSPECTION_TRUE@ --output $@ \
  77. @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
  78. @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
  79. diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am
  80. index bf99b4e..5b3e00a 100644
  81. --- a/libs/gst/controller/Makefile.am
  82. +++ b/libs/gst/controller/Makefile.am
  83. @@ -70,7 +70,7 @@ GstController-@[email protected]: $(INTROSPECTION_SCANNER) libgstcontroller-@G
  84. --libtool="$(top_builddir)/libtool" \
  85. --pkg gstreamer-0.10 \
  86. --pkg-export gstreamer-controller-0.10 \
  87. - --add-init-section="gst_init(NULL,NULL);" \
  88. + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  89. --output $@ \
  90. $(gir_headers) \
  91. $(gir_sources)
  92. diff --git a/libs/gst/controller/Makefile.in b/libs/gst/controller/Makefile.in
  93. index a69a109..a660959 100644
  94. --- a/libs/gst/controller/Makefile.in
  95. +++ b/libs/gst/controller/Makefile.in
  96. @@ -941,7 +941,7 @@ Android.mk: Makefile.am
  97. @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
  98. @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-0.10 \
  99. @HAVE_INTROSPECTION_TRUE@ --pkg-export gstreamer-controller-0.10 \
  100. -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL,NULL);" \
  101. +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  102. @HAVE_INTROSPECTION_TRUE@ --output $@ \
  103. @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
  104. @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
  105. diff --git a/libs/gst/dataprotocol/Makefile.am b/libs/gst/dataprotocol/Makefile.am
  106. index cde4a53..f2df1f1 100644
  107. --- a/libs/gst/dataprotocol/Makefile.am
  108. +++ b/libs/gst/dataprotocol/Makefile.am
  109. @@ -58,7 +58,7 @@ GstDataprotocol-@[email protected]: $(INTROSPECTION_SCANNER) libgstdataprotoco
  110. --libtool="$(top_builddir)/libtool" \
  111. --pkg gstreamer-0.10 \
  112. --pkg-export=gstreamer-dataprotocol-0.10 \
  113. - --add-init-section="gst_init(NULL,NULL);" \
  114. + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  115. --output $@ \
  116. $(gir_headers) \
  117. $(gir_sources)
  118. diff --git a/libs/gst/dataprotocol/Makefile.in b/libs/gst/dataprotocol/Makefile.in
  119. index 36bb251..2333fbb 100644
  120. --- a/libs/gst/dataprotocol/Makefile.in
  121. +++ b/libs/gst/dataprotocol/Makefile.in
  122. @@ -817,7 +817,7 @@ Android.mk: Makefile.am
  123. # --libtool="$(top_builddir)/libtool" \
  124. # --pkg gstreamer-0.10 \
  125. # --pkg-export=gstreamer-dataprotocol-0.10 \
  126. -# --add-init-section="gst_init(NULL,NULL);" \
  127. +# --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  128. # --output $@ \
  129. # $(gir_headers) \
  130. # $(gir_sources)
  131. diff --git a/libs/gst/net/Makefile.am b/libs/gst/net/Makefile.am
  132. index 93b522e..e191c04 100644
  133. --- a/libs/gst/net/Makefile.am
  134. +++ b/libs/gst/net/Makefile.am
  135. @@ -62,7 +62,7 @@ GstNet-@[email protected]: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@
  136. --libtool="$(top_builddir)/libtool" \
  137. --pkg gstreamer-0.10 \
  138. --pkg-export="gstreamer-net-0.10" \
  139. - --add-init-section="gst_init(NULL,NULL);" \
  140. + --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  141. --output $@ \
  142. $(gir_headers) \
  143. $(gir_sources)
  144. diff --git a/libs/gst/net/Makefile.in b/libs/gst/net/Makefile.in
  145. index 9414b15..291d8c9 100644
  146. --- a/libs/gst/net/Makefile.in
  147. +++ b/libs/gst/net/Makefile.in
  148. @@ -894,7 +894,7 @@ Android.mk: Makefile.am
  149. @HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \
  150. @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-0.10 \
  151. @HAVE_INTROSPECTION_TRUE@ --pkg-export="gstreamer-net-0.10" \
  152. -@HAVE_INTROSPECTION_TRUE@ --add-init-section="gst_init(NULL,NULL);" \
  153. +@HAVE_INTROSPECTION_TRUE@ --add-init-section="extern void gst_init(gint*,gchar**);gst_init(NULL,NULL);" \
  154. @HAVE_INTROSPECTION_TRUE@ --output $@ \
  155. @HAVE_INTROSPECTION_TRUE@ $(gir_headers) \
  156. @HAVE_INTROSPECTION_TRUE@ $(gir_sources)
  157.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement