[VDPAU] [PATCH] Make use of dri2proto_CFLAGS when building.
Robert Morell
rmorell at nvidia.com
Tue Jan 22 14:06:54 PST 2013
On Fri, Jan 18, 2013 at 01:22:55AM -0800, James Le Cuirot wrote:
> Signed-off-by: James Le Cuirot <chewi at aura-online.co.uk>
Reviewed-by: Robert Morell <rmorell at nvidia.com>
> ---
> src/Makefile.am | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 7cb1c20..2e8e868 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -12,6 +12,8 @@ libvdpau_la_SOURCES = \
> $(DRI2_SOURCES)
>
> if DRI2
> + AM_CFLAGS += \
> + $(dri2proto_CFLAGS)
> DRI2_SOURCES = \
> mesa_dri2.c \
> mesa_dri2.h
> --
> 1.8.1
More information about the VDPAU
mailing list