mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
414 stars 108 forks source link

ffmpeg_options with "--enable-libaom" makes build fail #110

Closed moppman closed 6 years ago

moppman commented 6 years ago

log output:

require_pkg_config libaom aom >= 1.0.0 aom/aom_codec.h aom_codec_version
check_pkg_config libaom aom >= 1.0.0 aom/aom_codec.h aom_codec_version
test_pkg_config libaom aom >= 1.0.0 aom/aom_codec.h aom_codec_version
pkg-config --exists --print-errors aom >= 1.0.0
Package aom was not found in the pkg-config search path.
Perhaps you should add the directory containing `aom.pc'
to the PKG_CONFIG_PATH environment variable
No package 'aom' found
ERROR: aom >= 1.0.0 not found using pkg-config

with this configuration: configure --prefix=/mpv-build/build_libs --enable-static --disable-shared --enable-gpl --disable-debug --disable-doc --enable-libaom --enable-gnutls

avih commented 6 years ago

with this configuration: ...

It's hard to guess what you're running exactly. Please post the exact input you enter at the CLI, and the exact output you see on screen.

moppman commented 6 years ago

Yeah, sorry, I'm dumb. I'm on Debian Sid, and the required packages libaom-dev and libaom0 aren't available via apt yet. Manually installation fixed the problem. edit: thanks for you quick reply!