mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
avutil: rename lls to lls2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
74a8fe9483
commit
bbe66ef912
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user