~ubuntu-branches/ubuntu/wily/alsaplayer/wily

« back to all changes in this revision

Viewing changes to input/mad/global.h

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chan
  • Date: 2007-04-15 16:31:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415163128-kknhuqht7472v6wk
Tags: 0.99.77-1
* New upstream release.
  * remove patches already added by upstream.
* New maintainer address.
* Add missing #include in CorePlayer.cpp. (closes: #417091)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * libmad - MPEG audio decoder library
3
 
 * Copyright (C) 2000-2001 Robert Leslie
 
3
 * Copyright (C) 2000-2004 Underbit Technologies, Inc.
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or modify
6
6
 * it under the terms of the GNU General Public License as published by
16
16
 * along with this program; if not, write to the Free Software
17
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
18
 *
19
 
 * $Id: global.h,v 1.3 2002/04/30 12:11:28 adnans Exp $
 
19
 * $Id: global.h,v 1.4 2004/05/17 22:42:18 fbaumgart Exp $
20
20
 */
21
21
 
22
22
# ifndef LIBMAD_GLOBAL_H
39
39
# endif
40
40
 
41
41
# if defined(OPT_SPEED) && !defined(OPT_SSO)
42
 
#  define OPT_SSO 1
 
42
#  define OPT_SSO
43
43
# endif
44
44
 
45
45
# if defined(HAVE_UNISTD_H) && defined(HAVE_WAITPID) &&  \