<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div>So we should remove the whole dialog and simplify the error message.<br></div>
<div><br></div>
<div>On Fri, May 25, 2018, at 10:11, Rémi Denis-Courmont wrote:<br></div>
<blockquote type="cite"><div>Please stop this nonsense already. This is gping nowhere.<br></div>
<div> <br></div>
<div> The problem is not what OS this is relevant on (and the answer to that is not even "Linux"). The problem is that this code wrongly assumes that all know codecs have an encoder, and in all settings.<br></div>
<div><br></div>
<div defang_data-gmailquote="yes"><div>Le 25 mai 2018 10:18:57 GMT+03:00, Thomas Guillem <thomas@gllm.fr> a écrit :<br></div>
<blockquote defang_data-gmailquote="yes" style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;"><pre><div>This error is only relevant on linux and it's really not needed for<br></div>
<div>iOS/macOS/Android.<br></div>
<div>---<br></div>
<div> modules/codec/avcodec/encoder.c | 2 +-<br></div>
<div> 1 file changed, 1 insertion(+), 1 deletion(-)<br></div>
<div><br></div>
<div>diff --git a/modules/codec/avcodec/encoder.c b/modules/codec/avcodec/encoder.c<br></div>
<div>index 87fff6d3c7..761da1a893 100644<br></div>
<div>--- a/modules/codec/avcodec/encoder.c<br></div>
<div>+++ b/modules/codec/avcodec/encoder.c<br></div>
<div>@@ -365,7 +365,7 @@ int InitVideoEnc( vlc_object_t *p_this )<br></div>
<div> "*** Please check with your Libav/FFmpeg packager. ***\n"<br></div>
<div> "*** This is NOT a VLC media player issue.   ***", psz_namecodec );<br></div>
<div> <br></div>
<div>-#if !defined(_WIN32)<br></div>
<div>+#if defined(__linux__)<br></div>
<div>         vlc_dialog_display_error( p_enc, _("Streaming / Transcoding failed"), _(<br></div>
<div> /* I have had enough of all these MPEG-3 transcoding bug reports.<br></div>
<div>  * Downstream packager, you had better not patch this out, or I will be really<br></div>
</pre></blockquote></div>
<div><br></div>
<div>--<br></div>
<div> Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté. <br></div>
<div><u>_______________________________________________</u><br></div>
<div>vlc-devel mailing list<br></div>
<div>To unsubscribe or modify your subscription options:<br></div>
<div><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div>
</blockquote><div><br></div>
</body>
</html>