Skip to content

Commit c7be1a7

Browse files
committed
Add config.h include to config_components.
1 parent 7858bd3 commit c7be1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/configGenerator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ bool ConfigGenerator::outputConfig()
894894
string componentsFile = fileHeader;
895895
componentsFile += "\n#ifndef FFMPEG_CONFIG_COMPONENTS_H\n";
896896
componentsFile += "#define FFMPEG_CONFIG_COMPONENTS_H\n";
897+
componentsFile += "#include \"config.h\"\n";
897898
for (auto i = m_configValues.begin() + m_configComponentsStart; i < m_configValues.begin() + m_configValuesEnd;
898899
++i) {
899900
string sTagName = i->m_prefix + i->m_option;

0 commit comments

Comments
 (0)