Bug 806917 followup: Fix gstreamer chunk of configure.in to handle --disable-gstreamer properly. r=gps

This commit is contained in:
Jan Steffens 2014-02-12 18:17:52 -08:00
Родитель 26c2269500
Коммит 31793b78cb
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -5513,6 +5513,8 @@ MOZ_ARG_ENABLE_STRING(gstreamer,
# API version, eg 0.10, 1.0 etc
if test -z "$enableval" -o "$enableval" = "yes"; then
GST_API_VERSION=0.10
elif test "$enableval" = "no"; then
MOZ_GSTREAMER=
else
GST_API_VERSION=$enableval
fi],