summarylogtreecommitdiffstats
path: root/java11-openjfx-gstreamer-lite-gcc10-compat.patch
blob: f6d2795d8adf2581602a0a2a01656bfe15d0903a (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile b/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile
--- jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile	2020-05-24 23:46:14.657738704 +0200
+++ src/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile	2020-05-24 23:44:33.644120502 +0200
@@ -53,6 +53,7 @@
         -DGST_DISABLE_GST_DEBUG \
         -DGST_DISABLE_LOADSAVE  \
         -ffunction-sections -fdata-sections \
+        -fcommon \
         ${CFLAGS}
 
 INCLUDES = -I$(BASE_DIR)/plugins                          \