From 4744ec5a90d58f7fedca15ff9d7bf9268b05c664 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 29 May 2003 19:32:39 +0000 Subject: [PATCH] Fix build prob Original commit message from CVS: Fix build prob --- ext/lame/gstlame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lame/gstlame.h b/ext/lame/gstlame.h index 9329ce2bb9..220d61b4c5 100644 --- a/ext/lame/gstlame.h +++ b/ext/lame/gstlame.h @@ -95,7 +95,7 @@ struct _GstLame { lame_global_flags *lgf; /* time tracker */ - guint64 last_ts; + guint64 last_ts, last_offs; }; struct _GstLameClass {