gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Complilation errors


From: Roman B.
Subject: [Gnash-dev] Complilation errors
Date: Sat, 7 May 2011 12:38:05 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]