Makefile.am | Makefile.am | |||
---|---|---|---|---|
AM_CFLAGS = \ | AM_CFLAGS = \ | |||
-I$(top_srcdir)/include \ | -I$(top_srcdir)/include \ | |||
-DVDPAU_MODULEDIR="\"$(moduledir)\"" \ | -DVDPAU_MODULEDIR="\"$(moduledir)\"" \ | |||
-DVDPAU_SYSCONFDIR="\"$(sysconfdir)\"" \ | ||||
$(X11_CFLAGS) \ | $(X11_CFLAGS) \ | |||
$(XEXT_CFLAGS) | $(XEXT_CFLAGS) | |||
lib_LTLIBRARIES = libvdpau.la | lib_LTLIBRARIES = libvdpau.la | |||
libvdpau_la_SOURCES = \ | libvdpau_la_SOURCES = \ | |||
vdpau_wrapper.c \ | vdpau_wrapper.c \ | |||
$(DRI2_SOURCES) | $(DRI2_SOURCES) | |||
if DRI2 | if DRI2 | |||
skipping to change at line 29 | skipping to change at line 30 | |||
libvdpau_la_LIBADD = \ | libvdpau_la_LIBADD = \ | |||
$(DLOPEN_LIBS) \ | $(DLOPEN_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) | ||||
dist_libvdpausysconf_DATA = vdpau_wrapper.cfg | ||||
End of changes. 2 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/ |