summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-03-31 08:50:47 -0400
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-04-22 12:24:37 +0000
commit60a673fbf93dce6d6cbbd73fc48b99c8eb6437a7 (patch)
treebb75feecaf1ab6f808e7780f667d7d4b42b054b2 /data
parentb225f4215b365713dd56db571301f9de39ac6be6 (diff)
downloadgstreamer-60a673fbf93dce6d6cbbd73fc48b99c8eb6437a7.tar.gz
mingw: Remove deprecated section in example cross file
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2080>
Diffstat (limited to 'data')
-rw-r--r--data/cross-files/mingw_w64_x86-64.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/cross-files/mingw_w64_x86-64.txt b/data/cross-files/mingw_w64_x86-64.txt
index 1897b686a0..97715a2d3b 100644
--- a/data/cross-files/mingw_w64_x86-64.txt
+++ b/data/cross-files/mingw_w64_x86-64.txt
@@ -4,10 +4,6 @@ cpu_family = 'x86_64'
cpu = 'x86_64'
endian = 'little'
-[properties]
-c_args = []
-c_link_args = []
-
[binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'