]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Restore LibVLC/VERSION at the end of the HTTP user agent
[vlc] / modules / access / http.c
index 398c38b0d7ef16075571a3af06564913251cb49a..8485044568a22abfa872416538ddebbe0281b953 100644 (file)
@@ -123,7 +123,7 @@ vlc_module_begin ()
     add_integer( "http-caching", 4 * DEFAULT_PTS_DELAY / 1000, NULL,
                  CACHING_TEXT, CACHING_LONGTEXT, true )
         change_safe()
-    add_string( "http-user-agent", PACKAGE_NAME"/"PACKAGE_VERSION, NULL,
+    add_string( "http-user-agent", NULL, NULL,
                 AGENT_TEXT, AGENT_LONGTEXT, true )
         change_safe()
         change_need_restart()