ffmpeg: Fix handling of --with-ffmpeg-extra-configure

Fixes bug #577879.
This commit is contained in:
Branko Čibej 2009-04-04 08:53:54 +02:00 committed by Sebastian Dröge
parent a44f5b4df3
commit 2ba7df3c15

View file

@ -329,7 +329,7 @@ else
esac esac
# append extra configure options to ac_configure_args if needed # append extra configure options to ac_configure_args if needed
if test "x$with_ffmpeg_extra_configure" != no; then if test "x$with_ffmpeg_extra_configure" != "xno"; then
ac_configure_args="$ac_configure_args $with_ffmpeg_extra_configure" ac_configure_args="$ac_configure_args $with_ffmpeg_extra_configure"
fi fi