amr: Use correct includes (as pkg-config suggests)

Fixes #617078
This commit is contained in:
Руслан Ижбулатов 2010-04-28 17:10:36 +04:00 committed by Tim-Philipp Müller
parent c22772a5bb
commit ba089d504b
3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
#include <gst/gst.h>
#include <gst/base/gstadapter.h>
#include <opencore-amrnb/interf_dec.h>
#include <interf_dec.h>
G_BEGIN_DECLS

View file

@ -21,7 +21,7 @@
#define __GST_AMRNBENC_H__
#include <gst/gst.h>
#include <opencore-amrnb/interf_enc.h>
#include <interf_enc.h>
#include <gst/base/gstadapter.h>
G_BEGIN_DECLS

View file

@ -22,8 +22,8 @@
#include <gst/gst.h>
#include <gst/base/gstadapter.h>
#include <opencore-amrwb/dec_if.h>
#include <opencore-amrwb/if_rom.h>
#include <dec_if.h>
#include <if_rom.h>
G_BEGIN_DECLS