[FFmpeg-cvslog] libavutil: Makefile: Fix alphabetical order for the film_grain_params files

Martin Storsjö git at videolan.org
Wed Oct 2 11:26:02 EEST 2024


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Sep 30 14:14:03 2024 +0300| [04a59bcac41264283032321391c1c4644ef94d25] | committer: Martin Storsjö

libavutil: Makefile: Fix alphabetical order for the film_grain_params files

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04a59bcac41264283032321391c1c4644ef94d25
---

 libavutil/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavutil/Makefile b/libavutil/Makefile
index 6e6fa8d800..d3c95b12a0 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -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



More information about the ffmpeg-cvslog mailing list