~ubuntu-branches/ubuntu/saucy/gst-plugins-ugly0.10/saucy

« back to all changes in this revision

Viewing changes to ext/amrnb/amrnbenc.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-04-23 08:52:35 UTC
  • mfrom: (1.4.15 sid)
  • Revision ID: package-import@ubuntu.com-20120423085235-sri9p1t4lgw8v16h
Tags: 0.10.19-2
* debian/patches/01_opencore-amr-0.1.3.patch:
  + Fix build with opencore-amrnb 0.1.3 (Closes: #668011).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define __GST_AMRNBENC_H__
22
22
 
23
23
#include <gst/gst.h>
 
24
#include <gst/audio/gstaudioencoder.h>
 
25
 
 
26
#ifdef HAVE_OPENCORE_AMRNB_0_1_3_OR_LATER
 
27
#include <opencore-amrnb/interf_enc.h>
 
28
#else
24
29
#include <interf_enc.h>
25
 
#include <gst/audio/gstaudioencoder.h>
 
30
#endif
26
31
 
27
32
G_BEGIN_DECLS
28
33