mpeg5 / xevd

eXtra-fast Essential Video Decoder, MPEG-5 EVC (Essential Video Coding)
Other
71 stars 22 forks source link

pkgconfig: Use CMAKE_INSTALL_FULL_* #66

Closed toonn closed 2 months ago

toonn commented 2 months ago

Rather than manually prefixing CMAKE_INSTALL_PREFIX, use the CMAKE_INSTALLFULL variants. This prevents ending up with a non-existent path when the CMAKEINSTALL paths are already absolute.

This is a parallel PR to mpeg5/xeve#127, split out of #63.