~ubuntu-branches/debian/jessie/libsndfile/jessie

« back to all changes in this revision

Viewing changes to tests/largefile_test.c

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2009-02-17 19:21:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217192103-7rhu1n8p79jnbzy3
Tags: 1.0.18-2
Add missing build-dependencies on pkg-config and libvorbis-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
** Copyright (C) 2006 Erik de Castro Lopo <erikd@mega-nerd.com>
 
2
** Copyright (C) 2006-2009 Erik de Castro Lopo <erikd@mega-nerd.com>
3
3
**
4
4
** This program is free software; you can redistribute it and/or modify
5
5
** it under the terms of the GNU General Public License as published by
81
81
        return ;
82
82
} /* largefile_test */
83
83
 
84
 
/*
85
 
** Do not edit or modify anything in this comment block.
86
 
** The arch-tag line is a file identity tag for the GNU Arch
87
 
** revision control system.
88
 
**
89
 
** arch-tag: 4ef10b9a-3356-4b92-8b7b-c60c0c4123fe
90
 
*/