gst-plugins-base: fix warning (ivorbis conflict)
Disable integer vorbis plugin as it conflicts with other vorbis plugins. Error: error: GLib-GObject-WARNING **: cannot register existing type `GstVorbisDec' Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
0dc21d460d
commit
b0890b7566
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Copyright (C) 2013 Digi International.
|
||||||
|
|
||||||
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
PR_append = "+${DISTRO}"
|
||||||
|
|
||||||
|
# Disable integer vorbis plugin as it conflicts with other vorbis plugin with
|
||||||
|
# error: GLib-GObject-WARNING **: cannot register existing type `GstVorbisDec'
|
||||||
|
EXTRA_OECONF += "--disable-ivorbis"
|
||||||
Loading…
Reference in New Issue