~ubuntu-branches/ubuntu/maverick/directfb/maverick

« back to all changes in this revision

Viewing changes to lib/voodoo/build.h

  • Committer: Package Import Robot
  • Author(s): Bhavani Shankar
  • Date: 2010-02-01 18:35:35 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20100201183535-lw3ir434wrhwl9by
Tags: 1.2.8-5ubuntu1
* Merge from debian testing, remaining changes: LP: #515480
  - Install the upstream changelog in the -dev package.
  - Remove (build-)dependency on libmpeg3-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
   (c) Copyright 2000-2002  convergence integrated media GmbH.
 
3
   (c) Copyright 2002-2004  convergence GmbH.
 
4
 
 
5
   All rights reserved.
 
6
 
 
7
   Written by Denis Oliver Kropp <dok@directfb.org>,
 
8
              Andreas Hundt <andi@fischlustig.de>,
 
9
              Sven Neumann <neo@directfb.org> and
 
10
              Ville Syrj�l� <syrjala@sci.fi>.
 
11
 
 
12
   This library is free software; you can redistribute it and/or
 
13
   modify it under the terms of the GNU Lesser General Public
 
14
   License as published by the Free Software Foundation; either
 
15
   version 2 of the License, or (at your option) any later version.
 
16
 
 
17
   This library is distributed in the hope that it will be useful,
 
18
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
20
   Lesser General Public License for more details.
 
21
 
 
22
   You should have received a copy of the GNU Lesser General Public
 
23
   License along with this library; if not, write to the
 
24
   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
25
   Boston, MA 02111-1307, USA.
 
26
*/
 
27
 
 
28
#ifndef __VOODOO__BUILD_H__
 
29
#define __VOODOO__BUILD_H__
 
30
 
 
31
/* nothing yet */
 
32
 
 
33
#endif
 
34