~ubuntu-branches/ubuntu/quantal/gst-plugins-bad0.10/quantal-proposed

« back to all changes in this revision

Viewing changes to ext/vp8/gstvp8enc.h

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <gst/gst.h>
26
26
#include <gst/video/gstbasevideoencoder.h>
27
 
#include <gst/video/gstbasevideoutils.h>
28
27
 
29
28
/* FIXME: Undef HAVE_CONFIG_H because vpx_codec.h uses it,
30
29
 * which causes compilation failures */