diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/hal/hal.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/hal/hal.c b/ext/hal/hal.c index 3f68da93..6858aeae 100644 --- a/ext/hal/hal.c +++ b/ext/hal/hal.c @@ -35,6 +35,11 @@ GST_DEBUG_CATEGORY_EXTERN (hal_debug); #define GST_CAT_DEFAULT hal_debug +/* compat for older libhal */ +#ifndef LIBHAL_FREE_DBUS_ERROR +#define LIBHAL_FREE_DBUS_ERROR(e) dbus_error_free (e) +#endif + /** * gst_hal_get_alsa_element: * @ctx: a #LibHalContext which should be used for querying HAL. |