summaryrefslogtreecommitdiff
path: root/libavcodec/g723_1.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-18 19:27:51 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-25 11:36:57 +0200
commit5bac2d0c3020587a03cb14e8b6a664a0b92f26c2 (patch)
tree08c6ccffd567aabf43301cc5d3dee357580d3eed /libavcodec/g723_1.c
parenta6e9d6497739b7b60e3284f03b27883514bbc94a (diff)
avutil: Move memcpy_backptr() to mem.c
The function is used elsewhere and does not belong with the LZO code.
Diffstat (limited to 'libavcodec/g723_1.c')
-rw-r--r--libavcodec/g723_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/g723_1.c b/libavcodec/g723_1.c
index 5c213da64c..342c63473d 100644
--- a/libavcodec/g723_1.c
+++ b/libavcodec/g723_1.c
@@ -27,7 +27,7 @@
#define BITSTREAM_READER_LE
#include "libavutil/audioconvert.h"
-#include "libavutil/lzo.h"
+#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "get_bits.h"