Commit d921f03f authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 14130 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 716e7c0f
......@@ -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