[FFmpeg-soc] [soc]: r4076 - amr/amrnbfloatdec.c
kmalaussene
subversion at mplayerhq.hu
Tue Feb 17 20:40:24 CET 2009
Author: kmalaussene
Date: Tue Feb 17 20:40:24 2009
New Revision: 4076
Log:
No need for libavcodec/ prefix on include as both files are in the same directory.
Modified:
amr/amrnbfloatdec.c
Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c Tue Feb 17 20:30:24 2009 (r4075)
+++ amr/amrnbfloatdec.c Tue Feb 17 20:40:24 2009 (r4076)
@@ -34,7 +34,7 @@
#include "avcodec.h"
#include "bitstream.h"
#include "libavutil/common.h"
-#include "libavcodec/internal.h"
+#include "internal.h"
#include "amrnbfloatdata.h"
void ff_celp_lspf2lpc(const double *lspf, float *lpc);
More information about the FFmpeg-soc
mailing list