pkuvcl / davs2

An open-source decoder of AVS2-P2/IEEE1857.4 video coding standard
GNU General Public License v2.0
129 stars 52 forks source link

ffmpeg configure: ERROR: davs2 >= 1.5.115 not found using pkg-config #7

Closed hybase closed 5 years ago

hybase commented 5 years ago

FFMPEG configure meet with ERROR: davs2 >= 1.5.115 not found using pkg-config. (execute version.sh in tar file only get version 1.5.0). root@ubuntu:/modules/davs2# ./version.sh

define DAVS2_BUILD 15

define DAVS2_POINTVER "1.5.0"

root@ubuntu:/modules/davs2#

how can I solve it? the code master (date: 2018.11.06)

luofalei commented 5 years ago

A duplicate issue. https://github.com/pkuvcl/buildFFmpegAVS2/issues/4

Thanks.

hybase commented 5 years ago

Thanks!