diff options
author | YiboFang <[email protected]> | 2025-08-26 15:54:33 +0800 |
---|---|---|
committer | Zhao Zhili <[email protected]> | 2025-08-31 21:40:29 +0800 |
commit | ae448e00afb43d7f72dfa9c82a4c45994e4fea6a (patch) | |
tree | 9d0feffe1f2c9f37c1295c6c70ca66f41aca3df4 /compat/stdbit | |
parent | f317b6c052f1108fcf2ce07b28efa2484c21cabe (diff) |
avcodec/pcm: use compile-time guards for PCM table init
Change the PCM table init to use compile-time #if instead of a runtime
`if (CONFIG_...)`. This makes sure code for disabled encoders never gets
built, without depending on compiler dead-code elimination.
Signed-off-by: YiboFang <[email protected]>
Signed-off-by: Zhao Zhili <[email protected]>
Diffstat (limited to 'compat/stdbit')
0 files changed, 0 insertions, 0 deletions