Problem with libffmpeg-full

Hi,

being new to OpenWrt I would like to post my problem here instead of opening an issue on github because I suppose the error I am seeing is related to a misconfigured .config.

Installing fdk-aac (2.0.1-4) to root...
Unknown package 'libffmpeg-full'.
Installing libgnutls (3.7.0-2) to root...
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for libffmpeg-full found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package libffmpeg-full.

although the package was built:

$ find -iname libffmpeg-full_4.3.2-1_x86_64.ipk
./bin/packages/x86_64/packages/libffmpeg-full_4.3.2-1_x86_64.ipk
./staging_dir/packages/x86/libffmpeg-full_4.3.2-1_x86_64.ipk

here is a .config snippet:

$ grep ^CONFIG_TARGET_ .config
CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_64=y
CONFIG_TARGET_x86_64_DEVICE_generic=y
CONFIG_TARGET_BOARD="x86"
CONFIG_TARGET_SUBTARGET="64"
CONFIG_TARGET_PROFILE="DEVICE_generic"
CONFIG_TARGET_ARCH_PACKAGES="x86_64"

How can I fix the problem?

FTR: Switching from

CONFIG_PACKAGE_libx264=m
CONFIG_PACKAGE_fdk-aac=y

to

CONFIG_PACKAGE_libx264=y
# CONFIG_PACKAGE_fdk-aac is not set

solved the problem.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.