Hi, after last changes in master I get:
ffmpeg/VideoDecoderFfmpeg.cpp:37:27: fatal error: vaapi_utils.h: No such file or directory apparently that's a problem with a path. In the file libmedia/ffmpeg/VideoDecoderFfmpeg.cpp there is a following include #include "vaapi_utils.h". However the vaapi_utils.h is in libvaapi/ folder. Changing #include "vaapi_utils.h" to #include "../libvaapi/vaapi_utils.h" solves the problem. Note that is not only one include of that type. There are several others. So are those includes wrong and need to be changed? Thanks, Roman _______________________________________________ Gnash-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnash-dev

