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

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-03-02 14:22:35 +0300
committerWim Taymans <wim.taymans@gmail.com>2007-03-02 14:22:35 +0300
commit56004b0df681acafb61124b921fb14fb0ad356d8 (patch)
treede6df57ecbb966f97d91141da6df8e7dd1d96a6d /ext
parent6ae9e04ab357fee9746300fc80f0d26dc9f45ac7 (diff)
ext/hal/hal.c: Fix compilation.
Original commit message from CVS: * ext/hal/hal.c: Fix compilation.
Diffstat (limited to 'ext')
-rw-r--r--ext/hal/hal.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/hal/hal.c b/ext/hal/hal.c
index 3f68da931..6858aeae0 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.