vdpau.pc.in revision a4f78def
1prefix=@prefix@ 2exec_prefix=@exec_prefix@ 3libdir=@libdir@ 4includedir=@includedir@ 5moduledir=@moduledir@ 6 7Name: VDPAU 8Description: The Video Decode and Presentation API for UNIX 9Version: @PACKAGE_VERSION@ 10Requires.private: x11 11Cflags: -I${includedir} 12Libs: -L${libdir} -lvdpau 13