summaryrefslogtreecommitdiffstats
path: root/gst/matroska/ebml-read.c
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-02-03 18:07:35 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-02-03 18:07:35 +0000
commit789a7b20ac383214965b2a71c64c057ef1797f97 (patch)
treef83304f4b9198bc67c6104dacb7bd969ec3cd97b /gst/matroska/ebml-read.c
parent7ddee515d2efea12de1a2ba050b39ca2f9488c0a (diff)
Just make it compile with --disable-gst-debug.
Original commit message from CVS: Just make it compile with --disable-gst-debug.
Diffstat (limited to 'gst/matroska/ebml-read.c')
-rw-r--r--gst/matroska/ebml-read.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/matroska/ebml-read.c b/gst/matroska/ebml-read.c
index db8606aa..ce11b906 100644
--- a/gst/matroska/ebml-read.c
+++ b/gst/matroska/ebml-read.c
@@ -609,7 +609,10 @@ gboolean
gst_ebml_read_utf8 (GstEbmlRead * ebml, guint32 * id, gchar ** str)
{
gboolean ret;
+
+#ifndef GST_DISABLE_GST_DEBUG
guint64 oldoff = ebml->offset;
+#endif
ret = gst_ebml_read_ascii (ebml, id, str);