summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-08 17:33:16 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-08 17:33:16 +0000
commitd921f03fccfa931427fbe85a0a0721dc51d1d2d8 (patch)
tree8c0b977679de06e365f1c6c58caf483ea5d7b223 /configure
parent716e7c0f0ba7c22296d84e212b75ebcb24228be2 (diff)
Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging.
Originally committed as revision 14130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d786cb0289..227aafcaee 100755
--- a/configure
+++ b/configure
@@ -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