mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +00:00
libavutil: Makefile: Fix alphabetical order for the film_grain_params files
Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
10428faad6
commit
62cd7758c4
@ -34,6 +34,7 @@ HEADERS = adler32.h \
|
||||
executor.h \
|
||||
fifo.h \
|
||||
file.h \
|
||||
film_grain_params.h \
|
||||
frame.h \
|
||||
hash.h \
|
||||
hdr_dynamic_metadata.h \
|
||||
@ -93,7 +94,6 @@ HEADERS = adler32.h \
|
||||
xtea.h \
|
||||
tea.h \
|
||||
tx.h \
|
||||
film_grain_params.h \
|
||||
video_hint.h
|
||||
|
||||
ARCH_HEADERS = bswap.h \
|
||||
@ -135,6 +135,7 @@ OBJS = adler32.o \
|
||||
file.o \
|
||||
file_open.o \
|
||||
float_dsp.o \
|
||||
film_grain_params.o \
|
||||
fixed_dsp.o \
|
||||
frame.o \
|
||||
hash.o \
|
||||
@ -189,7 +190,6 @@ OBJS = adler32.o \
|
||||
version.o \
|
||||
video_enc_params.o \
|
||||
video_hint.o \
|
||||
film_grain_params.o \
|
||||
|
||||
|
||||
OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o
|
||||
|
Loading…
Reference in New Issue
Block a user