diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-18 10:03:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-18 10:03:16 +0000 |
commit | abc4e5727e11b4caf1591d0b2b3e4308159d2ead (patch) | |
tree | 089e2564678f1c42f679978b8e6208c50c15710b /configure | |
parent | c5be140c9ada97e754cf95ffd26ac6cd5192f770 (diff) | |
download | ffmpeg-abc4e5727e11b4caf1591d0b2b3e4308159d2ead.tar.gz |
Simplify one variable setting.
Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1246,9 +1246,7 @@ EOF exit 1; fi -if disabled static; then - LIBNAME="" -fi +disabled static && LIBNAME="" if ! enabled libogg; then enabled libtheora && die "libogg must be enabled to enable libtheora." |