You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
697 B

d3d9dir = $(pluginsdir)/d3d9
d3d9_LTLIBRARIES =
d3d9_PLUGINS =
d3d9_RPATH =
if HAVE_MERGE_PLUGINS
noinst_LTLIBRARIES += $(d3d9_PLUGINS)
else
d3d9_LTLIBRARIES += $(d3d9_PLUGINS)
d3d9_RPATH += -rpath '$(d3d9dir)'
endif
libdirect3d9_filters_plugin_la_SOURCES = hw/d3d9/d3d9_filters.h \
hw/d3d9/d3d9_filters.c \
hw/d3d9/dxva2_deinterlace.c \
hw/d3d9/dxa9.c \
hw/d3d9/d3d9_device.c
libdirect3d9_filters_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(d3d9_RPATH)
libdirect3d9_filters_plugin_la_LIBADD = libchroma_copy.la libdeinterlace_common.la libd3d9_common.la $(LIBCOM)
if HAVE_WIN32_DESKTOP
d3d9_PLUGINS += $(LTLIBdirect3d9_filters)
EXTRA_LTLIBRARIES += libdirect3d9_filters_plugin.la
endif