Commit 5e1e1184 authored by mru's avatar mru

Define !CONFIG_FOO in config.make if feature disabled

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21192 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 354490e1
......@@ -482,6 +482,7 @@ print_config(){
echo "${pfx}${ucname}=yes" >> $makefile
else
echo "#define ${pfx}${ucname} 0" >> $header
echo "!${pfx}${ucname}=yes" >> $makefile
fi
done
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment