Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-09-03 10:22:05 +0400
committerDavid Schleef <ds@schleef.org>2010-09-03 10:22:05 +0400
commit653e3340e5dd65448151057996ed9cba4fa4cfde (patch)
tree604a403bc269c614f6fa6a75395bed04e8149bb8 /orc-test/orctest.c
parenteaec4e3b5c73c4ebb47d4b3825ab5b2e2883302f (diff)
Fix static linking
Diffstat (limited to 'orc-test/orctest.c')
-rw-r--r--orc-test/orctest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c
index b38f590..a041820 100644
--- a/orc-test/orctest.c
+++ b/orc-test/orctest.c
@@ -359,7 +359,7 @@ orc_test_random_bits (void *data, int n_bytes)
#endif
}
-int
+static int
print_array_val_signed (OrcArray *array, int i, int j)
{
void *ptr = ORC_PTR_OFFSET (array->data,
@@ -383,7 +383,7 @@ print_array_val_signed (OrcArray *array, int i, int j)
}
}
-int
+static int
print_array_val_unsigned (OrcArray *array, int i, int j)
{
void *ptr = ORC_PTR_OFFSET (array->data,
@@ -407,7 +407,7 @@ print_array_val_unsigned (OrcArray *array, int i, int j)
}
}
-int
+static int
print_array_val_hex (OrcArray *array, int i, int j)
{
void *ptr = ORC_PTR_OFFSET (array->data,
@@ -431,7 +431,7 @@ print_array_val_hex (OrcArray *array, int i, int j)
}
}
-int
+static int
print_array_val_float (OrcArray *array, int i, int j)
{
void *ptr = ORC_PTR_OFFSET (array->data,