diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-13 23:14:24 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-13 23:14:24 +0000 |
commit | 78e61cc5c6240a3451dc66d02c330febb8ed087b (patch) | |
tree | 6a2e156f3793e31765929819b5c594d7a88f5ce8 /configure | |
parent | 68bbeacae3762726df4dd0caa83c00c9643003fb (diff) | |
download | ffmpeg-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |