mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
141645bc32
Original commit message from CVS: Remove redundant plugindir definition
22 lines
575 B
Makefile
22 lines
575 B
Makefile
|
|
plugin_LTLIBRARIES = libgstdvdreadsrc.la
|
|
|
|
## FIXME: the extra option, what do we do with it ?
|
|
## AM_CFLAGS = -D_LARGEFILE64_SOURCE $(LIBDVDREADCFLAGS)
|
|
|
|
libgstdvdreadsrc_la_SOURCES = dvdreadsrc.c
|
|
libgstdvdreadsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdvdreadsrc_la_LIBADD = $(DVDREAD_LIBS)
|
|
libgstdvdreadsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = dvdreadsrc.h
|
|
|
|
# fix this
|
|
|
|
#noinst_PROGRAMS = demo-play
|
|
#
|
|
#demo_play_SOURCES = demo-play.c
|
|
#demo_play_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS)
|
|
#demo_play_LDFLAGS = $(GST_LIBS) $(GNOME_LIBS)
|
|
|
|
EXTRA_DIST = demo-play.c README
|