~ubuntu-branches/ubuntu/oneiric/gmerlin/oneiric

« back to all changes in this revision

Viewing changes to plugins/png/ir_png.c

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-06-13 12:32:48 UTC
  • mfrom: (2.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090613123248-d7fxg5k0hanu68i9
Tags: 0.4.0-2
Install plugins in libgmerlin1 binary package,
to avoid SEGFAUlT when using libgmerlin1 
without having installed gmerlin.
Closes: #532395 

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <stdio.h>
24
24
 
25
25
#include <config.h>
26
 
#include <translation.h>
27
 
#include <plugin.h>
 
26
#include <gmerlin/translation.h>
 
27
#include <gmerlin/plugin.h>
28
28
 
29
29
#include <png.h>
30
30