gstreamer/gst/mpegstream/Makefile.am
Wim Taymans 614da644e4 Added the beginnings of an RFC 2250 compliant packetizer.
Original commit message from CVS:
Added the beginnings of an RFC 2250 compliant packetizer.
2001-12-31 03:03:05 +00:00

11 lines
414 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstmpegstream.la
libgstmpegstream_la_SOURCES = gstmpegstream.c gstmpegparse.c gstmpegdemux.c gstmpegpacketize.c gstrfc2250enc.c
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) -ffast-math
libgstmpegstream_la_LIBADD = $(GST_LIBS)
noinst_HEADERS = gstmpegparse.h gstmpegdemux.h gstmpegpacketize.h gstrfc2250enc.h
EXTRA_DIST = README notes