diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-19 23:02:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-19 23:02:42 +0000 |
commit | 1ddf5ba1afcb36d5c59f21419f9a76f0fd71949c (patch) | |
tree | 87fb398405fc12d8f4033a2b9f6ea050fe174e58 /configure | |
parent | 6d276a9e91e5568dfbde5f48c8a465a038659a00 (diff) | |
download | ffmpeg-1ddf5ba1afcb36d5c59f21419f9a76f0fd71949c.tar.gz |
typo
Originally committed as revision 4870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1285,7 +1285,7 @@ echo "pp support $pp" echo "debug symbols $debug" echo "strip symbols $dostrip" echo "optimize $optimize" -echo "shared $shared" +echo "shared $lshared" echo "video hooking $vhook" echo "SDL support $sdl" if test $sdl_too_old = "yes"; then |