~ubuntu-branches/ubuntu/trusty/imagination/trusty

« back to all changes in this revision

Viewing changes to src/support.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-08-09 20:38:53 UTC
  • Revision ID: james.westby@ubuntu.com-20100809203853-e9jd9r0uy94mfl6v
Tags: 2.1-1.1ubuntu2
* debian/control:
 - Add a depend on sox and a recommends on libsox-fmt-all
   to provide proper audio support. (LP: #601559)
 - Bump Standards-Version to 3.9.1, no changes needed.
 - Transition from libavutil-extra-49 to libavutil-extra-50.
* Convert to Debian source format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "support.h"
21
21
#include <glib/gstdio.h>
22
22
 
23
 
#define PLUGINS_INSTALLED 0
 
23
#define PLUGINS_INSTALLED 1
24
24
 
25
25
static gboolean img_plugin_is_loaded(img_window_struct *, GModule *);
26
26