diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-27 10:42:38 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-27 10:42:38 +0000 |
commit | a1f5ebe0d19b2552ef6f3c4a099f140249b81d58 (patch) | |
tree | 7bf6c5f908bb39a5320cad7bd6420476ef397d7c /src/xine-engine/metronom.h | |
parent | 34eb54c49bb64f74e8ef8945fb40d4172bb271f5 (diff) | |
download | xine-lib-a1f5ebe0d19b2552ef6f3c4a099f140249b81d58.tar.gz xine-lib-a1f5ebe0d19b2552ef6f3c4a099f140249b81d58.tar.bz2 |
Audio out compile again. Change prototypes in audio out, libac3 and
libmpg123, passing the metronom arg.
CVS patchset: 34
CVS date: 2001/04/27 10:42:38
Diffstat (limited to 'src/xine-engine/metronom.h')
-rw-r--r-- | src/xine-engine/metronom.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index a16b9ef20..2ac1354cd 100644 --- a/src/xine-engine/metronom.h +++ b/src/xine-engine/metronom.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: metronom.h,v 1.1 2001/04/18 22:36:07 f1rmb Exp $ + * $Id: metronom.h,v 1.2 2001/04/27 10:42:38 f1rmb Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -176,4 +176,3 @@ struct metronom_s { metronom_t *metronom_init (); #endif - |