mirror of https://git.ffmpeg.org/ffmpeg.git
Emit CONFIG_AVUTIL for completeness
Originally committed as revision 21475 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e470ef7641
commit
dc4f5a1c3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue