The branch, master has been updated
       via  66e40840d15b514f275ce3ce2a4bf72ec68c7311 (commit)
      from  c2ce387385996c4e6824116931930b08cfcaecc9 (commit)


- Log -----------------------------------------------------------------
commit 66e40840d15b514f275ce3ce2a4bf72ec68c7311
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Wed Sep 3 01:48:55 2025 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Wed Sep 3 14:13:37 2025 +0200

    avcodec/pcm_tablegen: Fix CONFIG_HARDCODED_TABLES
    
    Broken in ae448e00afb43d7f72dfa9c82a4c45994e4fea6a.
    Notice that config_components.h is safe to include,
    as it is valid for both the host and the target
    (in contrast to config.h).
    
    Reviewed-by: Zhao Zhili <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>

diff --git a/libavcodec/pcm_tablegen.h b/libavcodec/pcm_tablegen.h
index 590ba59814..60ef9656d5 100644
--- a/libavcodec/pcm_tablegen.h
+++ b/libavcodec/pcm_tablegen.h
@@ -24,6 +24,7 @@
 #define AVCODEC_PCM_TABLEGEN_H
 
 #include <stdint.h>
+#include "config_components.h"
 #include "libavutil/attributes.h"
 
 /* from g711.c by SUN microsystems (unrestricted use) */

-----------------------------------------------------------------------

Summary of changes:
 libavcodec/pcm_tablegen.h | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to