mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 13:38:48 +00:00
141645bc32
Original commit message from CVS: Remove redundant plugindir definition
11 lines
469 B
Makefile
11 lines
469 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmpegstream.la
|
|
|
|
libgstmpegstream_la_SOURCES = gstmpegstream.c gstmpegparse.c gstmpegdemux.c gstmpegpacketize.c gstrfc2250enc.c gstmpegclock.c
|
|
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) $(GST_FFASTMATH_CFLAGS)
|
|
libgstmpegstream_la_LIBADD =
|
|
libgstmpegstream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmpegparse.h gstmpegdemux.h gstmpegpacketize.h gstrfc2250enc.h gstmpegclock.h
|
|
|
|
EXTRA_DIST = README notes
|