summaryrefslogtreecommitdiff
path: root/libavcodec/roqaudioenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-11 01:16:05 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-11 18:29:36 +0200
commit9734b8ba56d05e970c353dfd5baafa43fdb08024 (patch)
treee1f40e82ce4aa2ab7dc081115278057e08ffbbb6 /libavcodec/roqaudioenc.c
parent0a75d1da23b8659ec49391469bb592da12760077 (diff)
Move avutil tables only used in libavcodec to libavcodec.
Diffstat (limited to 'libavcodec/roqaudioenc.c')
-rw-r--r--libavcodec/roqaudioenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/roqaudioenc.c b/libavcodec/roqaudioenc.c
index 8ee6002373..3cc9931a33 100644
--- a/libavcodec/roqaudioenc.c
+++ b/libavcodec/roqaudioenc.c
@@ -21,10 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "libavutil/intmath.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
+#include "mathops.h"
#define ROQ_FRAME_SIZE 735
#define ROQ_HEADER_SIZE 8