mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
d42c1f70bc
Original commit message from CVS: 2005-11-14 Martin Soto <soto@localhost.localdomain> * gst/mpegstream/Makefile.am (noinst_HEADERS): Add gstrfc2250enc.h.
22 lines
769 B
Makefile
22 lines
769 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmpegstream.la
|
|
|
|
libgstmpegstream_la_SOURCES = gstmpegstream.c \
|
|
gstmpegparse.c \
|
|
gstmpegdemux.c \
|
|
gstdvddemux.c \
|
|
gstmpegpacketize.c \
|
|
gstmpegclock.c
|
|
# gstrfc2250enc.c
|
|
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstmpegstream_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@
|
|
libgstmpegstream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmpegparse.h \
|
|
gstmpegdemux.h \
|
|
gstdvddemux.h \
|
|
gstmpegpacketize.h \
|
|
gstmpegclock.h \
|
|
gstrfc2250enc.h
|
|
|
|
EXTRA_DIST = README notes
|