diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-08-13 09:55:46 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-08-13 10:10:30 +0100 |
commit | e2cd6ffafc11e8b1eb2d5ceb44766283c15884ff (patch) | |
tree | a326ccac4c879fcc4543c490a4e58c320fc7d0d0 /tests | |
parent | 5154dcfbdc582e7491a14fbfa98cc79c222a0a81 (diff) |
Remove old alloc tracing code now that we have a GstTracer-based replacement
It's been internal API only in 1.x.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 530483134..511a60a1f 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -39,10 +39,8 @@ endif # Do not run the abi test in case any option which causes the API to change has # been used if !GST_DISABLE_REGISTRY -if !GST_DISABLE_TRACE ABI_CHECKS = gst/gstabi endif -endif if !GST_DISABLE_GST_DEBUG PRINTF_CHECKS = gst/gstprintf |