Commit bbe66ef9 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil: rename lls to lls2

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 74a8fe94
......@@ -20,7 +20,7 @@
*/
#include "libavutil/common.h"
#include "libavutil/lls.h"
#include "libavutil/lls2.h"
#define LPC_USE_DOUBLE
#include "lpc.h"
......
......@@ -90,7 +90,7 @@ OBJS = adler32.o \
intfloat_readwrite.o \
intmath.o \
lfg.o \
lls.o \
lls2.o \
log.o \
log2_tab.o \
mathematics.o \
......@@ -143,7 +143,7 @@ TESTPROGS = adler32 \
fifo \
hmac \
lfg \
lls \
lls2 \
md5 \
murmur3 \
opt \
......
......@@ -30,7 +30,7 @@
#include "attributes.h"
#include "version.h"
#include "lls.h"
#include "lls2.h"
static void update_lls(LLSModel *m, double *var)
{
......
......@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/lls.h"
#include "libavutil/lls2.h"
#include "libavutil/x86/cpu.h"
void ff_update_lls_sse2(LLSModel *m, double *var);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment