diff options
author | Martin Storsjö <martin@martin.st> | 2011-04-13 00:06:29 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-04-13 11:30:38 +0300 |
commit | 587331414bfee1fc73eb9bcd1e8aaae3a56ec5ee (patch) | |
tree | 6ca2d6a0248280bcfe82b5418c45c44334be9044 /libavcodec/libopencore-amr.c | |
parent | 57ddffe843b17b741859f9e669433d086dcec09c (diff) | |
download | ffmpeg-587331414bfee1fc73eb9bcd1e8aaae3a56ec5ee.tar.gz |
libopencore-amr: Remove an old workaround for libamr header weirdness
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/libopencore-amr.c')
-rw-r--r-- | libavcodec/libopencore-amr.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c index 52dfe10e5e..f0bfad2cdf 100644 --- a/libavcodec/libopencore-amr.c +++ b/libavcodec/libopencore-amr.c @@ -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> |