blob: 15a029f8aff80ccd29acf467df990444602400a5 (
plain)
1
2
3
4
5
6
7
8
9
|
include $(top_builddir)/misc/Makefile.plugins
include $(top_srcdir)/misc/Makefile.common
xineplug_LTLIBRARIES = xineplug_decode_spuhdmv.la
xineplug_decode_spuhdmv_la_SOURCES = xine_hdmv_decoder.c
xineplug_decode_spuhdmv_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
xineplug_decode_spuhdmv_la_CFLAGS = $(VISIBILITY_FLAG)
xineplug_decode_spuhdmv_la_LDFLAGS = $(xineplug_ldflags)
|