mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +00:00
f406b9f9c3
Original commit message from CVS: Initial revision
11 lines
342 B
Makefile
11 lines
342 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstmpegstream.la
|
|
|
|
libgstmpegstream_la_SOURCES = gstmpegstream.c gstmpegparse.c gstmpegdemux.c gstmpegpacketize.c
|
|
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) -ffast-math
|
|
|
|
noinst_HEADERS = gstmpegparse.h gstmpegdemux.h gstmpegpacketize.h
|
|
|
|
|
|
EXTRA_DIST = README notes
|