mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-13 20:06:35 +00:00
d370f84e03
Original commit message from CVS: temporary fix for this problem
24 lines
No EOL
535 B
Makefile
24 lines
No EOL
535 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libdvdsrc.la
|
|
|
|
## FIXME: the extra option, what do we do with it ?
|
|
## AM_CFLAGS = -D_LARGEFILE64_SOURCE $(LIBDVDREADCFLAGS)
|
|
|
|
libdvdsrc_la_SOURCES = dvdsrc.c
|
|
libdvdsrc_la_LDFLAGS = $(DVDREAD_LIBS)
|
|
libdvdsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = dvdsrc.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 = README
|
|
|
|
EXTRA_DIST = demo-play.c README
|