summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-26 09:59:22 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-08-26 09:59:22 +0100
commit60b6128d0cbe850f44a9e0619fcc5df6b12a8bdd (patch)
tree21da1b15f9b3eb8d0bdb984fdf4798c65e7b9a4d /tests
parent8fe7dbf8efb260ef850899ce6d2ea452c6374500 (diff)
tests: lame: fix build
Diffstat (limited to 'tests')
-rw-r--r--tests/check/pipelines/lame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/pipelines/lame.c b/tests/check/pipelines/lame.c
index a69f58a9c..f60d3070b 100644
--- a/tests/check/pipelines/lame.c
+++ b/tests/check/pipelines/lame.c
@@ -108,7 +108,7 @@ GST_END_TEST;
#endif /* #ifndef GST_DISABLE_PARSE */
-Suite *
+static Suite *
lame_suite (void)
{
Suite *s = suite_create ("lame");