Commit 1d08e792 authored by diego's avatar diego

Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14130 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 673738f1
......@@ -2020,6 +2020,7 @@ echo "#ifndef FFMPEG_CONFIG_H" >> $TMPH
echo "#define FFMPEG_CONFIG_H" >> $TMPH
echo "#define FFMPEG_CONFIGURATION \"$FFMPEG_CONFIGURATION\"" >> $TMPH
echo "FFMPEG_CONFIGURATION=$FFMPEG_CONFIGURATION" >> config.mak
echo "prefix=$prefix" >> config.mak
echo "LIBDIR=\$(DESTDIR)$libdir" >> config.mak
echo "SHLIBDIR=\$(DESTDIR)$shlibdir" >> config.mak
......
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