From a4f664639acceb32abfcbd49b62bb5a664c05f02 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 20 Jan 2010 02:40:29 +0000 Subject: Use pkg-config for vdpau where possible; fix excessive libvdpau linkage. --- src/video_dec/libvdpau/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_dec') diff --git a/src/video_dec/libvdpau/Makefile.am b/src/video_dec/libvdpau/Makefile.am index f2a6e5176..f3ffbcccf 100644 --- a/src/video_dec/libvdpau/Makefile.am +++ b/src/video_dec/libvdpau/Makefile.am @@ -7,7 +7,7 @@ noinst_HEADERS = bits_reader.h dpb.h cpb.h h264_parser.h nal.h if ENABLE_VDPAU vdpau_h264_module = xineplug_decode_vdpau_h264.la -VDPAU_CFLAGS = -D_ISOC99_SOURCE +VDPAU_CFLAGS += -D_ISOC99_SOURCE vdpau_mpeg12_module = xineplug_decode_vdpau_mpeg12.la -- cgit v1.2.3