> I booted ubuntu 16 and it has gcc 5.4. This patch worked just fine. >> >> Please let me know if check_cxx11_for_libdpx.diff is no longer needed ??? >> and if I should check in the above. >> > > I checked new patch (from my memory) on Slackware and it worked. So yeah, > I think this check in configure.ac is not needed anymore. > > Thank you -- I will check in the patch for cinelerra/Makefile soon. So this means that the following additional line in " check_cxx11_for_libdpx.diff" as shown below is not needed either? It does not seem to match anything else and I have not tested it.
@@ -1044,6 +1049,7 @@ FFMPEG_EXTRA_LDFLAGS="" if test "x$WANT_VAAPI" != "xno" -a "x$HAVE_VAAPI" = "xyes"; then FFMPEG_EXTRA_LDFLAGS+=' -lva' EXTRA_LIBS+=' -lva' *+ EXTRA_LIBS+=' `pkg-config --libs libva`'* WANT_VAAPI="yes" if test "x$HAVE_vaapi_x11" = "xyes"; then
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

