opencore-amr.patch 951 B

1234567891011121314151617181920212223242526272829303132333435
  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. #include <gst/gst.h>
  5. #include <gst/audio/gstaudiodecoder.h>
  6. -#include <interf_dec.h>
  7. +#include <opencore-amrnb/interf_dec.h>
  8. G_BEGIN_DECLS
  9. --- ext/amrnb/amrnbenc.h.orig 2012-03-12 16:49:23.833996062 +0000
  10. +++ ext/amrnb/amrnbenc.h 2012-03-12 16:49:46.597141876 +0000
  11. @@ -21,7 +21,7 @@
  12. #define __GST_AMRNBENC_H__
  13. #include <gst/gst.h>
  14. -#include <interf_enc.h>
  15. +#include <opencore-amrnb/interf_enc.h>
  16. #include <gst/audio/gstaudioencoder.h>
  17. G_BEGIN_DECLS
  18. --- ext/amrwbdec/amrwbdec.h.orig 2012-03-12 16:47:48.658100992 +0000
  19. +++ ext/amrwbdec/amrwbdec.h 2012-03-12 16:48:12.177910733 +0000
  20. @@ -22,8 +22,8 @@
  21. #include <gst/gst.h>
  22. #include <gst/audio/gstaudiodecoder.h>
  23. -#include <dec_if.h>
  24. -#include <if_rom.h>
  25. +#include <opencore-amrwb/dec_if.h>
  26. +#include <opencore-amrwb/if_rom.h>
  27. G_BEGIN_DECLS