[vlc-commits] http out: Do not look for removed variables
    Rémi Denis-Courmont 
    git at videolan.org
       
    Mon Aug  8 17:33:22 CEST 2011
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug  8 17:45:59 2011 +0300| [83712dbad3edfab8af6b41feb3f3a0320ccbcfcb] | committer: Rémi Denis-Courmont
http out: Do not look for removed variables
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83712dbad3edfab8af6b41feb3f3a0320ccbcfcb
---
 modules/access_output/http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access_output/http.c b/modules/access_output/http.c
index 5d0c3c3..43aa6c5 100644
--- a/modules/access_output/http.c
+++ b/modules/access_output/http.c
@@ -100,7 +100,7 @@ vlc_module_end ()
  * Exported prototypes
  *****************************************************************************/
 static const char *const ppsz_sout_options[] = {
-    "user", "pwd", "mime", "cert", "key", "ca", "crl", NULL
+    "user", "pwd", "mime", NULL
 };
 
 static ssize_t Write( sout_access_out_t *, block_t * );
    
    
More information about the vlc-commits
mailing list