In gstreamer 1.14 the gl plugin moved from bad to base distribution. Move

related configure args.

PR:		233220
This commit is contained in:
Tijl Coosemans 2018-11-19 20:25:22 +00:00
parent 2a9aad72f4
commit 0a955daf90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485360

View File

@ -15,6 +15,11 @@ BASE_GST_ALL_PLUGINS= \
x \
xvideo
BASE_GST_NON_PLUGINS= \
--disable-gles2 \
--disable-egl \
--disable-glx
BAD_GST_ALL_PLUGINS+= \
aom \
assrender \
@ -66,14 +71,7 @@ BAD_GST_ALL_PLUGINS+= \
x265 \
zbar \
# --with-egl-window-system=none --disable-opengl --disable-gles2 --disable-egl --disable-glx \
# XXX need to sort these three out.
BAD_GST_NON_PLUGINS= \
--disable-gles2 \
--disable-egl \
--disable-glx
BAD_GST_NON_PLUGINS+= \
--enable-bz2 \
--enable-dvb \
--enable-shm \
@ -149,6 +147,7 @@ UGLY_GST_NON_PLUGINS=
.for d in ${BASE_GST_ALL_PLUGINS}
CONFIGURE_ARGS+= --disable-${d}
.endfor
CONFIGURE_ARGS+= ${BASE_GST_NON_PLUGINS}
.endif
.if ${DIST}=="bad"