Browse Source

libopencore-amr: Remove an old workaround for libamr header weirdness

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.8
Martin Storsjö 15 years ago
parent
commit
587331414b
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libavcodec/libopencore-amr.c

+ 0
- 5
libavcodec/libopencore-amr.c View File

@@ -231,11 +231,6 @@ AVCodec ff_libopencore_amrnb_encoder = {
/* -----------AMR wideband ------------*/
#if CONFIG_LIBOPENCORE_AMRWB

#ifdef _TYPEDEF_H
//To avoid duplicate typedefs from typedef in amr-nb
#define typedef_h
#endif

#include <opencore-amrwb/dec_if.h>
#include <opencore-amrwb/if_rom.h>



Loading…
Cancel
Save