Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-26 15:45:47 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-09-26 15:51:39 +0400
commitae0449314ca61e84c64568546922e91f5d81d500 (patch)
treefed1676cf7c8c756bf396c099eaa28abcb3398d8 /libavcodec/cbrt_tablegen.c
parent4552e9b56c8e1a90251a34d0e1f916feb508dd28 (diff)
parent92d2b909a0de6e2f77a98405280c78052b35b421 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: xsub: feed init_get_bits the whole buffer libfdk-aac: Allow setting VBR modes via a private option libfdk-aac: Warn the user that the VBR modes are unsupported Revert "cbrt_tablegen: Include libm.h" Conflicts: libavcodec/xsubdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/cbrt_tablegen.c')
-rw-r--r--libavcodec/cbrt_tablegen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cbrt_tablegen.c b/libavcodec/cbrt_tablegen.c
index babb85a07b..e0a8e63a8b 100644
--- a/libavcodec/cbrt_tablegen.c
+++ b/libavcodec/cbrt_tablegen.c
@@ -21,7 +21,6 @@
*/
#include <stdlib.h>
-#include "libavutil/libm.h"
#define CONFIG_HARDCODED_TABLES 0
#include "cbrt_tablegen.h"
#include "tableprint.h"