matthiasbock / VideoLAN-for-Allwinner-A10-VPU

Hardware accelerated VLC player for Miniand Mini Xplus, using Allwinner A10's Video Processing Unit's decoding capabilities
https://github.com/matzes-hardware/miniand-mini-xplus
GNU General Public License v2.0
9 stars 0 forks source link

configure: error: "Could not find Cedar development headers" #5

Open matthiasbock opened 11 years ago

matthiasbock commented 11 years ago

checking mpcdec/mpcdec.h usability... no checking mpcdec/mpcdec.h presence... no checking for mpcdec/mpcdec.h... no checking for libcrystalhd/libcrystalhd_if.h... no checking for libcedarx/libcedarx.h... no configure: error: "Could not find Cedar development headers"

matthiasbock commented 11 years ago

mkdir -p /usr/local/include/libcedarx wget https://raw.github.com/willswang/libcedarx/master/libcedarx.h -O /usr/local/include/libcedarx/libcedarx.h

matthiasbock commented 11 years ago

or alternatively /usr/include/libcedarx

matthiasbock commented 11 years ago

hm, could also mean they can't be compiled:

http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Generic-Headers.html

maybe this is a "won't-fix", as long as cross-compiling libcedarx fails ...

ikeeki commented 10 years ago

Thanks Matthias, that helped me,

Isaac, ---cubiuntu.com---