mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
imported new code
Original commit message from CVS: imported new code
This commit is contained in:
parent
0cb49731f6
commit
aa8fa44a3c
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
filterdir = $(libdir)/gst
|
plugindir = $(libdir)/gst
|
||||||
|
|
||||||
filter_LTLIBRARIES = libgstmpegstream.la
|
plugin_LTLIBRARIES = libgstmpegstream.la
|
||||||
|
|
||||||
libgstmpegstream_la_SOURCES = gstmpegstream.c gstmpegparse.c gstmpegdemux.c gstmpegpacketize.c
|
libgstmpegstream_la_SOURCES = gstmpegstream.c gstmpegparse.c gstmpegdemux.c gstmpegpacketize.c
|
||||||
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) -ffast-math
|
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) -ffast-math
|
||||||
|
libgstmpegstream_la_LIBADD = $(GST_LIBS)
|
||||||
|
|
||||||
noinst_HEADERS = gstmpegparse.h gstmpegdemux.h gstmpegpacketize.h
|
noinst_HEADERS = gstmpegparse.h gstmpegdemux.h gstmpegpacketize.h
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = README notes
|
EXTRA_DIST = README notes
|
||||||
|
|
Loading…
Reference in a new issue