Makefile.am | Makefile.am | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
if DRI2 | if DRI2 | |||
AM_CFLAGS += \ | AM_CFLAGS += \ | |||
$(dri2proto_CFLAGS) | $(dri2proto_CFLAGS) | |||
DRI2_SOURCES = \ | DRI2_SOURCES = \ | |||
mesa_dri2.c \ | mesa_dri2.c \ | |||
mesa_dri2.h | mesa_dri2.h | |||
endif | endif | |||
libvdpau_la_LIBADD = \ | libvdpau_la_LIBADD = \ | |||
$(DLOPEN_LIBS) \ | $(DLOPEN_LIBS) \ | |||
$(PTHREAD_LIBS) \ | ||||
$(XEXT_LIBS) | $(XEXT_LIBS) | |||
libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined | libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined | |||
libvdpauincludedir = $(includedir)/vdpau | libvdpauincludedir = $(includedir)/vdpau | |||
libvdpauinclude_HEADERS = \ | libvdpauinclude_HEADERS = \ | |||
$(top_srcdir)/include/vdpau/vdpau.h \ | $(top_srcdir)/include/vdpau/vdpau.h \ | |||
$(top_srcdir)/include/vdpau/vdpau_x11.h | $(top_srcdir)/include/vdpau/vdpau_x11.h | |||
libvdpausysconfdir=$(sysconfdir) | libvdpausysconfdir=$(sysconfdir) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |