~ubuntu-branches/ubuntu/vivid/gmyth/vivid

« back to all changes in this revision

Viewing changes to src/gmyth.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-02-03 04:31:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203043104-bjnlgnqh9qgcf1x1
Tags: 0.7~svn916-0ubuntu1
* debian/control:
  - Add libmysqlclient15-dev to libgmyth-dev depends.
* debian/rules:
  - Build with proper include diretory.
  - Drop workaround rename rules since upstream doesn't 
    include debian/ anymore.
  - Drop workaround rule for 26mb gmyth.h since fixed
    upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
8
8
 * @author Renato Filho <renato.filho@indt.org.br>
9
9
 *
 
10
 *//*
 
11
 * 
 
12
 * This program is free software; you can redistribute it and/or modify
 
13
 * it under the terms of the GNU Lesser General Public License as published by
 
14
 * the Free Software Foundation; either version 2 of the License, or
 
15
 * (at your option) any later version.
 
16
 *
 
17
 * This program 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
 
20
 * GNU General Public License for more details.
 
21
 *
 
22
 * You should have received a copy of the GNU Lesser General Public License
 
23
 * along with this program; if not, write to the Free Software
 
24
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
25
 */
10
26
 
11
27
 
12
28
 
38
54
#include <gmyth/gmyth_transcoder.h>
39
55
#include <gmyth/gmyth_recprofile.h>
40
56
 
41
 
#endif                          /* _GMYTH_H_ */
 
57
#endif /* _GMYTH_H_ */