[vlc-devel] [PATCH] Add missing function to unbreak --disable-sout
    Pierre Ynard 
    linkfanel at yahoo.fr
       
    Tue Jan 20 11:49:23 CET 2009
    
    
  
Define the new sout_EncoderCreate in missing.c
diff --git a/src/missing.c b/src/missing.c
index 06c2b1b..9aa22ea 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -236,6 +236,12 @@ sout_AnnounceUnRegister (vlc_object_t *obj, session_descriptor_t *d)
     assert (0);
 }
 
+#undef sout_EncoderCreate
+encoder_t *sout_EncoderCreate( vlc_object_t *p_this )
+{
+    assert (0);
+}
+
 void sout_MethodRelease (announce_method_t *method)
 {
     (void)method;
Regards,
-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."
    
    
More information about the vlc-devel
mailing list