2002-12-08 14:50:04 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-12-23 12:29:33 +00:00
|
|
|
|
2002-05-26 17:39:45 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdvdreadsrc.la
|
2001-12-23 12:29:33 +00:00
|
|
|
|
|
|
|
## FIXME: the extra option, what do we do with it ?
|
|
|
|
## AM_CFLAGS = -D_LARGEFILE64_SOURCE $(LIBDVDREADCFLAGS)
|
|
|
|
|
2002-05-26 17:39:45 +00:00
|
|
|
libgstdvdreadsrc_la_SOURCES = dvdreadsrc.c
|
|
|
|
libgstdvdreadsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstdvdreadsrc_la_LIBADD = $(DVDREAD_LIBS)
|
|
|
|
libgstdvdreadsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-23 12:29:33 +00:00
|
|
|
|
2002-05-26 17:39:45 +00:00
|
|
|
noinst_HEADERS = dvdreadsrc.h
|
2001-12-23 12:29:33 +00:00
|
|
|
|
2002-01-05 21:05:02 +00:00
|
|
|
# fix this
|
2002-01-04 21:20:09 +00:00
|
|
|
|
2002-01-05 21:05:02 +00:00
|
|
|
#noinst_PROGRAMS = demo-play
|
|
|
|
#
|
|
|
|
#demo_play_SOURCES = demo-play.c
|
|
|
|
#demo_play_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS)
|
|
|
|
#demo_play_LDFLAGS = $(GST_LIBS) $(GNOME_LIBS)
|
2002-01-04 21:20:09 +00:00
|
|
|
|
2002-01-12 03:34:26 +00:00
|
|
|
EXTRA_DIST = demo-play.c README
|