mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
configure: Show tizonia target in help
https://bugzilla.gnome.org/show_bug.cgi?id=786544
This commit is contained in:
parent
5751001ddc
commit
f905af8d8e
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ AC_ARG_ENABLE(Bsymbolic,
|
|||
LDFLAGS="${SAVED_LDFLAGS}" LIBS="${SAVED_LIBS}"])
|
||||
|
||||
AC_ARG_WITH([omx-target],
|
||||
AS_HELP_STRING([--with-omx-target],[Use this OpenMAX IL target (generic, bellagio, rpi, zynqultrascaleplus)]),
|
||||
AS_HELP_STRING([--with-omx-target],[Use this OpenMAX IL target (generic, bellagio, rpi, tizonia, zynqultrascaleplus)]),
|
||||
[ac_cv_omx_target="$withval"], [ac_cv_omx_target="none"])
|
||||
|
||||
ac_cv_omx_target_struct_packing="none"
|
||||
|
|
Loading…
Reference in a new issue