We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7858bd3 commit c7be1a7Copy full SHA for c7be1a7
source/configGenerator.cpp
@@ -894,6 +894,7 @@ bool ConfigGenerator::outputConfig()
894
string componentsFile = fileHeader;
895
componentsFile += "\n#ifndef FFMPEG_CONFIG_COMPONENTS_H\n";
896
componentsFile += "#define FFMPEG_CONFIG_COMPONENTS_H\n";
897
+ componentsFile += "#include \"config.h\"\n";
898
for (auto i = m_configValues.begin() + m_configComponentsStart; i < m_configValues.begin() + m_configValuesEnd;
899
++i) {
900
string sTagName = i->m_prefix + i->m_option;
0 commit comments