gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks distcheck, so let's not do that
Original commit message from CVS: * gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks distcheck, so let's not do that * tests/check/Makefile.am: Disable the crashing cdaudio plugin from the states test so I can make pre-releases.
This commit is contained in:
parent
d2d7e67292
commit
a4c996087e
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2008-02-09 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* gst/selector/Makefile.am:
|
||||
|
||||
Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
|
||||
let's not do that
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
Disable the crashing cdaudio plugin from the states test so I can make
|
||||
pre-releases.
|
||||
|
||||
2008-02-09 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* win32/vs6/libgstdshowdecwrapper.dsp:
|
||||
|
@ -19,4 +19,4 @@ libgstselector_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstselector_la_LIBADD =
|
||||
libgstselector_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||||
|
||||
noinst_HEADERS = gstinputselector.h gstoutputselector.h $(built_headers)
|
||||
noinst_HEADERS = gstinputselector.h gstoutputselector.h
|
||||
|
@ -13,7 +13,7 @@ TESTS_ENVIRONMENT = \
|
||||
$(REGISTRY_ENVIRONMENT) \
|
||||
GST_PLUGIN_SYSTEM_PATH= \
|
||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
|
||||
STATE_IGNORE_ELEMENTS="vcdsrc nassink glimagesink"
|
||||
STATE_IGNORE_ELEMENTS="cdaudio vcdsrc nassink glimagesink"
|
||||
|
||||
EXTRA_DIST = test-cert.pem test-key.pem
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user