<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-size:small">I booted ubuntu 16 and it has gcc 5.4.  This patch worked just fine.  <br></div><div style="font-size:small"><br></div><div style="font-size:small">Please let me know if check_cxx11_for_libdpx.diff is no longer needed ??? and if I should check in the above.<br></div></div></blockquote><div><br></div><div>I checked new patch (from my memory) on Slackware and it worked. So yeah, I think this check in <a href="http://configure.ac" target="_blank">configure.ac</a> is not needed anymore.</div><br></blockquote><div><span class="gmail_default" style="font-size:small">Thank you -- I will check in the patch for cinelerra/Makefile soon.</span></div><div><span class="gmail_default" style="font-size:small">So this means that the following additional line in </span> <span class="gmail_default" style="font-size:small">"</span>check_cxx11_for_libdpx.diff<span class="gmail_default" style="font-size:small">"</span> <span class="gmail_default" style="font-size:small">as shown below is not needed either?  It does not seem to match anything else and I have not tested it.</span></div><div><span class="gmail_default" style="font-size:small"><br></span></div><div><span style="font-family:monospace"> @@ -1044,6 +1049,7 @@ FFMPEG_EXTRA_LDFLAGS=""<br> if test "x$WANT_VAAPI" != "xno" -a "x$HAVE_VAAPI" = "xyes"; then<br>   FFMPEG_EXTRA_LDFLAGS+=' -lva'<br>   EXTRA_LIBS+=' -lva'<br><b>+  EXTRA_LIBS+=' `pkg-config --libs libva`'</b><br>   WANT_VAAPI="yes"<br>   if test "x$HAVE_vaapi_x11" = "xyes"; then</span><br></div></div></div>