diff options
author | Heiko Schaefer <heikos@users.sourceforge.net> | 2002-09-01 13:49:27 +0000 |
---|---|---|
committer | Heiko Schaefer <heikos@users.sourceforge.net> | 2002-09-01 13:49:27 +0000 |
commit | d3c07765572cda52ebf3984f34947c18845a3193 (patch) | |
tree | 9a708099ee5ae060bfc184e898e6cc79d89be4c2 /src/xine-engine/metronom.c | |
parent | aa6b9f1114c4b54d9b8256f523b2ab7d92354522 (diff) | |
download | xine-lib-d3c07765572cda52ebf3984f34947c18845a3193.tar.gz xine-lib-d3c07765572cda52ebf3984f34947c18845a3193.tar.bz2 |
this is not a fix - but at least a52 passthrough should work again now
CVS patchset: 2579
CVS date: 2002/09/01 13:49:27
Diffstat (limited to 'src/xine-engine/metronom.c')
-rw-r--r-- | src/xine-engine/metronom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c index ba1619154..2d29697aa 100644 --- a/src/xine-engine/metronom.c +++ b/src/xine-engine/metronom.c @@ -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.c,v 1.88 2002/08/27 07:10:13 jcdutton Exp $ + * $Id: metronom.c,v 1.89 2002/09/01 13:49:27 heikos Exp $ */ #ifdef HAVE_CONFIG_H @@ -52,9 +52,9 @@ i guess llabs may not be available everywhere */ #define abs(x) ( (x<0) ? (-x) : (x) ) -/* + #define LOG -*/ + /* * **************************************** |