aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-13 23:14:24 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-13 23:14:24 +0000
commit78e61cc5c6240a3451dc66d02c330febb8ed087b (patch)
tree6a2e156f3793e31765929819b5c594d7a88f5ce8 /configure
parent68bbeacae3762726df4dd0caa83c00c9643003fb (diff)
downloadffmpeg-78e61cc5c6240a3451dc66d02c330febb8ed087b.tar.gz
rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN
Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index faf1cc44c0..7493ed24a5 100755
--- a/configure
+++ b/configure
@@ -1972,11 +1972,11 @@ if test "$dc1394" = "yes" ; then
fi
if test "$dlopen" = "yes" ; then
- echo "#define CONFIG_HAVE_DLOPEN 1" >> $TMPH
+ echo "#define HAVE_DLOPEN 1" >> $TMPH
fi
if test "$dlfcn" = "yes" ; then
- echo "#define CONFIG_HAVE_DLFCN 1" >> $TMPH
+ echo "#define HAVE_DLFCN 1" >> $TMPH
fi
if test "$audio_oss" = "yes" ; then