mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
ac51b9c42e
Original commit message from CVS: * ext/dvdread/stream_labels.c: new file * ext/dvdread/stream_labels.h: new file * ext/dvdread/Makefile.am: * ext/dvdread/dvdreadsrc.c: (_seek_title): Extract audio stream label from DVD IFO files. It only dump them on the console for now, still have to make playbin aware of them.
16 lines
436 B
Makefile
16 lines
436 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 stream_labels.c
|
|
libgstdvdreadsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstdvdreadsrc_la_LIBADD = $(DVDREAD_LIBS)
|
|
libgstdvdreadsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = dvdreadsrc.h stream_labels.h
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
demo-play
|