diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-27 12:58:19 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-27 12:58:19 +0000 |
commit | dc4f5a1c3aec96838da1850af550864a69fab0eb (patch) | |
tree | 7aac12a81a3e4a48f40c1b4fbf860018bc0648fd /configure | |
parent | e470ef7641a41b6acd0765b7031ad03c041ec186 (diff) | |
download | ffmpeg-dc4f5a1c3aec96838da1850af550864a69fab0eb.tar.gz |
Emit CONFIG_AVUTIL for completeness
Originally committed as revision 21475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1062,6 +1062,7 @@ HAVE_LIST=" # options emitted with CONFIG_ prefix but not available on command line CONFIG_EXTRA=" + avutil gplv3 lgplv3 " @@ -1409,6 +1410,7 @@ host_os=$target_os enable avcodec enable avdevice enable avformat +enable avutil enable asm enable debug enable doc |