# HG changeset patch # User cehoyos # Date 1277062017 0 # Node ID 29c120a9caad23f3512b87c5e650c24fe28c61c9 # Parent a2c6762a9adcbcdb0381873a49a2eaf87b7e3f94 Fix compilation after r31490. Patch by Giorgio Vazzana, mywing81 gmail diff -r a2c6762a9adc -r 29c120a9caad libmpcodecs/vf.h --- a/libmpcodecs/vf.h Sun Jun 20 18:19:47 2010 +0000 +++ b/libmpcodecs/vf.h Sun Jun 20 19:26:57 2010 +0000 @@ -23,7 +23,7 @@ #include "mp_image.h" extern m_obj_settings_t* vf_settings; -extern m_obj_list_t vf_obj_list; +extern const m_obj_list_t vf_obj_list; struct vf_instance; struct vf_priv_s;