mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/celt051: drop package
Remove celt051 package as celt has been merged into the IETF Opus codec and is now obsolete (see http://celt-codec.org/). The only reverse dependency of celt051 is spice. Opus support on spice has been added upstream 6 years ago with:ce9b714137Spice disabled celt by default since version 0.14.1 and:72b0d603e1Spice evens error out, by default, if Opus is missing but not explicitly disabeld since:f522473842This will also fix a static build failure on spice with celt051 and opus. Fixes: - http://autobuild.buildroot.org/results/96c786f85d35f33508e9c71778043d16b87f72cd Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: slight rephrasing in legacy help] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
0e1a39ff26
commit
b32efbdb03
@@ -34,11 +34,6 @@ JACK2_DEPENDENCIES += dbus
|
||||
JACK2_CONF_OPTS += --dbus
|
||||
endif
|
||||
|
||||
# Even though it advertises support for celt-0.5.x, jack2 really
|
||||
# requires celt >= 0.5.2 but we only have 0.5.1.3 and we cannot
|
||||
# upgrade, so we do not add a dependency to celt051, which it can't
|
||||
# find anyway as it looks for celt.pc but we only have celt-51.pc.
|
||||
|
||||
# The dependency against eigen is only useful in conjunction with
|
||||
# gtkiostream, which we do not have, so we don't need to depend on
|
||||
# eigen.
|
||||
|
||||
Reference in New Issue
Block a user