mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
NEWS build
Original commit message from CVS: NEWS build
This commit is contained in:
parent
b24aabbf63
commit
bff9d07034
2 changed files with 4 additions and 3 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer 0.8.9.
|
||||
This is GStreamer 0.9 (unreleased)
|
||||
|
||||
Changes since 0.8.8:
|
||||
|
||||
|
|
|
@ -8,10 +8,11 @@ LAT = lat
|
|||
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = $(LAT) spidey_bench mass_elements complexity
|
||||
noinst_PROGRAMS = $(LAT) spidey_bench mass_elements speed complexity
|
||||
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
LIBS = $(GST_OBJ_LIBS)
|
||||
LIBS = $(GST_OBJ_LIBS) \
|
||||
$(top_builddir)/gst/base/libgstbase-@GST_MAJORMINOR@.la
|
||||
|
||||
EXTRA_DIST = README
|
||||
DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
|
||||
|
|
Loading…
Reference in a new issue