summarylogtreecommitdiffstats
path: root/010-xine-lib-hg-gcc10-fix.patch
blob: e6d45f4b1f47ff2f83e7384929c628841f63e2e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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