[FFmpeg-devel] [PATCH]Possible configure support for VDPAU

Gwenole Beauchesne gbeauchesne
Tue Jan 6 10:44:36 CET 2009


Hi,

On Tue, 6 Jan 2009, M?ns Rullg?rd wrote:

>> I would like to avoid plain header name provided by the vendor, even if
>> it's installed under another directory. i.e. avoid plain vdpau.h, or plain
>> va.h (or other_kind_hwaccel_api.h) in the future.
>>
>> e.g. for VA API, va.h is currently not installed under a specific va/
>> directory. So, a #include "va.h" would be ambiguous.
>
> Yes!  Now we can have a code-gem like this:
>
> #include <va.h>
> #include "va.h"

Except that <va.h> would be in the "va.h" file, so are you fan of some 
#include_next magic? ;-) Anyhow, to be honest, I am using the "vaapi" 
prefix, so there won't be any conflict per se. But still, it's better not 
to use system/vendor names, IMHO.



More information about the ffmpeg-devel mailing list