changeset 31431:29c120a9caad

Fix compilation after r31490. Patch by Giorgio Vazzana, mywing81 gmail
author cehoyos
date Sun, 20 Jun 2010 19:26:57 +0000
parents a2c6762a9adc
children 1bd903001629
files libmpcodecs/vf.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;