[FFmpeg-devel] [PATCH][8/8] Add VA API deps to configure

Gwenole Beauchesne gbeauchesne
Mon Feb 9 13:32:51 CET 2009


On Mon, 9 Feb 2009, Diego Biurrun wrote:

> That sounds like bad design similar to the nonsense that the dirac people
> built.  Why can't you simply use
>
> #include <some/path/whatever.h>

Because anyone could decide to place the project root anywhere. e.g. a 
/opt/va-0.29/{include,lib} hierarchy. This also works akin to *-config 
scripts (imlib2, freetype2) whereby the *-config script actually derives 
the compiler flags.

And having an explicit #include <va-0.29/va.h> in the code is a non-sense. 
Likewise, I pretty dislike having va.h in the plain include directory, and 
I don't like two-letter directory names either.




More information about the ffmpeg-devel mailing list