summaryrefslogtreecommitdiff
path: root/gst-plugins-ugly-compat/opencore-amr.patch
blob: 0a350dc460b68c5b172db6de9f56edb62e0ea462 (plain)
    1 --- ext/amrnb/amrnbdec.h.orig	2012-03-12 16:49:14.417405139 +0000
    2 +++ ext/amrnb/amrnbdec.h	2012-03-12 16:49:35.393899419 +0000
    3 @@ -22,7 +22,7 @@
    4  
    5  #include <gst/gst.h>
    6  #include <gst/audio/gstaudiodecoder.h>
    7 -#include <interf_dec.h>
    8 +#include <opencore-amrnb/interf_dec.h>
    9  
   10  G_BEGIN_DECLS
   11  
   12 --- ext/amrnb/amrnbenc.h.orig	2012-03-12 16:49:23.833996062 +0000
   13 +++ ext/amrnb/amrnbenc.h	2012-03-12 16:49:46.597141876 +0000
   14 @@ -21,7 +21,7 @@
   15  #define __GST_AMRNBENC_H__
   16  
   17  #include <gst/gst.h>
   18 -#include <interf_enc.h>
   19 +#include <opencore-amrnb/interf_enc.h>
   20  #include <gst/audio/gstaudioencoder.h>
   21  
   22  G_BEGIN_DECLS
   23 --- ext/amrwbdec/amrwbdec.h.orig	2012-03-12 16:47:48.658100992 +0000
   24 +++ ext/amrwbdec/amrwbdec.h	2012-03-12 16:48:12.177910733 +0000
   25 @@ -22,8 +22,8 @@
   26  
   27  #include <gst/gst.h>
   28  #include <gst/audio/gstaudiodecoder.h>
   29 -#include <dec_if.h>
   30 -#include <if_rom.h>
   31 +#include <opencore-amrwb/dec_if.h>
   32 +#include <opencore-amrwb/if_rom.h>
   33  
   34  G_BEGIN_DECLS
   35  

Generated by cgit