Manual tweak multimedia/olive
[dports.git] / multimedia / jmref / files / patch-lencod_inc_global.h
1 --- lencod/inc/global.h.orig    2015-06-19 11:50:52 UTC
2 +++ lencod/inc/global.h
3 @@ -1606,7 +1606,7 @@ extern void make_frame_picture_JV( VideoParameters *p_
4  
5  
6  
7 -char errortext[ET_SIZE]; //!< buffer for error message for exit with error()
8 +extern char errortext[ET_SIZE]; //!< buffer for error message for exit with error()
9  extern void setup_coding_layer(VideoParameters *p_Vid);
10  
11  static inline int is_FREXT_profile(unsigned int profile_idc)