Emit CONFIG_AVUTIL for completeness

Originally committed as revision 21475 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-01-27 12:58:19 +00:00
parent e470ef7641
commit dc4f5a1c3a

2
configure vendored
View File

@ -1062,6 +1062,7 @@ HAVE_LIST="
# options emitted with CONFIG_ prefix but not available on command line # options emitted with CONFIG_ prefix but not available on command line
CONFIG_EXTRA=" CONFIG_EXTRA="
avutil
gplv3 gplv3
lgplv3 lgplv3
" "
@ -1409,6 +1410,7 @@ host_os=$target_os
enable avcodec enable avcodec
enable avdevice enable avdevice
enable avformat enable avformat
enable avutil
enable asm enable asm
enable debug enable debug
enable doc enable doc