]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/log.c
Force aix strip to work on 32 and 64 bit by default.
[ffmpeg] / libavutil / log.c
index cc51cc01330aafdae74cb178ea9d0868e6676581..2091316957734a5078cfff578175218969c0c957 100644 (file)
@@ -395,8 +395,8 @@ static void missing_feature_sample(int sample, void *avc, const char *msg,
            "been implemented.\n");
     if (sample)
         av_log(avc, AV_LOG_WARNING, "If you want to help, upload a sample "
-               "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
-               "and contact the ffmpeg-devel mailing list.\n");
+               "of this file to ftp://upload.ffmpeg.org/incoming/ "
+               "and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)\n");
 }
 
 void avpriv_request_sample(void *avc, const char *msg, ...)