Fix build prob

Original commit message from CVS:
Fix build prob
This commit is contained in:
Ronald S. Bultje 2003-05-29 19:32:39 +00:00
parent a988bd2d1c
commit 4744ec5a90

View file

@ -95,7 +95,7 @@ struct _GstLame {
lame_global_flags *lgf;
/* time tracker */
guint64 last_ts;
guint64 last_ts, last_offs;
};
struct _GstLameClass {