diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-02-19 19:49:24 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-02-19 19:49:24 +0000 |
commit | a8b3b548ec9870df10709a839ed4c07e6d8eb76d (patch) | |
tree | 2f94e2f9d6e6878165c5cb6fec57ebd13bad4d4c /audio/gsta2dpsink.c | |
parent | 23a5ed9f697a1e42a0d36c72dd9a297792c61082 (diff) |
Update gstreamer plugin to use new sbc API.
Diffstat (limited to 'audio/gsta2dpsink.c')
-rw-r--r-- | audio/gsta2dpsink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c index 9ce73345..0b61e826 100644 --- a/audio/gsta2dpsink.c +++ b/audio/gsta2dpsink.c @@ -28,7 +28,6 @@ #include <unistd.h> #include <pthread.h> -#include "gstsbcutil.h" #include "gsta2dpsink.h" GST_DEBUG_CATEGORY_STATIC(gst_a2dp_sink_debug); |