mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 10:04:23 +00:00
tests/Makefile.am (noinst_PROGRAMS): No more init.c.
Original commit message from CVS: 2005-10-10 Andy Wingo <wingo@pobox.com> * tests/Makefile.am (noinst_PROGRAMS): No more init.c.
This commit is contained in:
parent
e415bd9957
commit
b77f6b0e50
2 changed files with 9 additions and 7 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,11 @@
|
|||
2005-10-10 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* tests/Makefile.am (noinst_PROGRAMS): No more init.c.
|
||||
|
||||
* gst/gst.c (G_OPTION_FLAG_NO_ARG): Apparently GLib 2.8 requires
|
||||
this flag, but it's not even in GLib 2.6. Odd. Hack around the
|
||||
issue.
|
||||
|
||||
2005-10-10 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstiterator.c: (gst_iterator_new):
|
||||
|
@ -12,12 +20,6 @@
|
|||
Use src/sink pads lists for the respective iterators instead
|
||||
of filtering.
|
||||
|
||||
2005-10-10 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/gst.c (G_OPTION_FLAG_NO_ARG): Apparently GLib 2.8 requires
|
||||
this flag, but it's not even in GLib 2.6. Odd. Hack around the
|
||||
issue.
|
||||
|
||||
2005-10-10 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
Merged in popt removal + GOption addition patch from Ronald, bug
|
||||
|
|
|
@ -8,7 +8,7 @@ LAT = lat
|
|||
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = $(LAT) mass_elements complexity init
|
||||
noinst_PROGRAMS = $(LAT) mass_elements complexity
|
||||
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
LIBS = $(GST_OBJ_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue