~ubuntu-branches/ubuntu/natty/sawfish/natty

« back to all changes in this revision

Viewing changes to src/play-sample.c

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2009-11-23 09:05:20 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20091123090520-m588qe37wtxzr2b5
Tags: upstream-1.5.3
ImportĀ upstreamĀ versionĀ 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* play-sample.c -- code to play sound samples, borrowed from GNOME libs
2
 
   $Id: play-sample.c 4301 2008-11-19 20:45:08Z chrisb $
 
2
   $Id$
3
3
 
4
4
   Maybe I should have just linked against libgnome, but I don't want
5
5
   to depend on any solely GNOME libraries. ESD and libaudiofile are
7
7
 
8
8
   XXX need to make sure WORDS_BIGENDIAN is defined on big-endian systems */
9
9
 
10
 
#include "sawmill.h"
 
10
#include "sawfish.h"
11
11
 
12
12
#ifndef GLIB_MAJOR_VERSION              /* Have we got <glib.h> ? */
13
13
# define g_malloc malloc
521
521
#endif
522
522
}
523
523
 
524
 
/* sawmill code */
 
524
/* sawfish code */
525
525
 
526
526
DEFUN("primitive-play-sample", Fprimitive_play_sample,
527
527
      Sprimitive_play_sample, (repv filename), rep_Subr1)