tests/check/: Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the error...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 19 Jun 2007 16:40:40 +0000 (16:40 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 19 Jun 2007 16:40:40 +0000 (16:40 +0000)
commitb753979d860b22e27c57fda7b190295908147e50
tree9f53597451f12907d368e51763b9295622df20ae
parentebce97adf5e17143ce16731c7cec7b03b292c4ec
tests/check/: Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the error flags are included and it errors...

Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/elements/audiopanorama.c: (GST_START_TEST):
* tests/check/elements/videocrop.c: (GST_START_TEST):
* tests/check/elements/videofilter.c:
* tests/check/elements/wavpackdec.c: (GST_START_TEST):
* tests/check/elements/wavpackparse.c: (GST_START_TEST):
Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
error flags are included and it errors out on compiler warnings
for CVS builds; remove unused variables in various unit tests.
ChangeLog
tests/check/Makefile.am
tests/check/elements/audiopanorama.c
tests/check/elements/videocrop.c
tests/check/elements/videofilter.c
tests/check/elements/wavpackdec.c
tests/check/elements/wavpackparse.c