libavutil: Makefile: Fix alphabetical order for the film_grain_params files

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2024-09-30 14:14:03 +03:00
parent 4d204aa29b
commit 04a59bcac4

View File

@ -34,6 +34,7 @@ HEADERS = adler32.h \
executor.h \ executor.h \
fifo.h \ fifo.h \
file.h \ file.h \
film_grain_params.h \
frame.h \ frame.h \
hash.h \ hash.h \
hdr_dynamic_metadata.h \ hdr_dynamic_metadata.h \
@ -93,7 +94,6 @@ HEADERS = adler32.h \
xtea.h \ xtea.h \
tea.h \ tea.h \
tx.h \ tx.h \
film_grain_params.h \
video_hint.h video_hint.h
ARCH_HEADERS = bswap.h \ ARCH_HEADERS = bswap.h \
@ -135,6 +135,7 @@ OBJS = adler32.o \
file.o \ file.o \
file_open.o \ file_open.o \
float_dsp.o \ float_dsp.o \
film_grain_params.o \
fixed_dsp.o \ fixed_dsp.o \
frame.o \ frame.o \
hash.o \ hash.o \
@ -189,7 +190,6 @@ OBJS = adler32.o \
version.o \ version.o \
video_enc_params.o \ video_enc_params.o \
video_hint.o \ video_hint.o \
film_grain_params.o \
OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o OBJS-$(CONFIG_CUDA) += hwcontext_cuda.o