summarylogtreecommitdiffstats
path: root/010-xine-lib-hg-gcc10-fix.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-12-11 16:43:22 +0000
committerDaniel Bermond2020-12-11 16:43:22 +0000
commitcd007b847912f8a2c4cf2998e35cb7f6aa4929cb (patch)
treee0126d4c13655cb59df769a84bb2adc3e69f2bc8 /010-xine-lib-hg-gcc10-fix.patch
parent33e47ba9554fd6d52b10db47ccd475fdd40f8471 (diff)
downloadaur-cd007b847912f8a2c4cf2998e35cb7f6aa4929cb.tar.gz
Remove gcc10 patch (fixed upstream). Update dependencies.
Diffstat (limited to '010-xine-lib-hg-gcc10-fix.patch')
-rw-r--r--010-xine-lib-hg-gcc10-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/010-xine-lib-hg-gcc10-fix.patch b/010-xine-lib-hg-gcc10-fix.patch
deleted file mode 100644
index e6d45f4b1f47..000000000000
--- a/010-xine-lib-hg-gcc10-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/src/libreal/real_common.h
-+++ b/src/libreal/real_common.h
-@@ -75,10 +75,10 @@
- const char *const codec_name,
- const char *const codec_alternate);
-
--const decoder_info_t dec_info_realvideo;
-+extern const decoder_info_t dec_info_realvideo;
- void *init_realvdec (xine_t *xine, const void *data);
-
--const decoder_info_t dec_info_realaudio;
-+extern const decoder_info_t dec_info_realaudio;
- void *init_realadec (xine_t *xine, const void *data);
-
- #endif