1
0
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:
Michael Niedermayer 2013-11-15 22:35:46 +01:00
parent 74a8fe9483
commit bbe66ef912
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
*/
#include "libavutil/common.h"
#include "libavutil/lls.h"
#include "libavutil/lls2.h"
#define LPC_USE_DOUBLE
#include "lpc.h"

View File

@ -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 \

View File

@ -30,7 +30,7 @@
#include "attributes.h"
#include "version.h"
#include "lls.h"
#include "lls2.h"
static void update_lls(LLSModel *m, double *var)
{

View File

@ -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);