Open stoyanovgeorge opened 6 years ago
I have found out what the problem is. I needed to re-compile the package with gcc-5.4 which doesn't have by default the --enable-default-pie
option enabled.
More simple solution:
cat <<ZIBRI >>CMakeCache.txt
CMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON
ZIBRI
then do cmake . then sudo make install
Hi @stoyanovgeorge and @Zibri
if i'm not mistaken, this is an old prototype repository of AOM AV1 that was planned to be integrated into Firefox. The actual AOM AV1 repository can be found at https://aomedia.googlesource.com/aom/+/master
Thanks for the reply and the link @luctrudeau
I have tried to compile it on Ubuntu 18.04 LTS stable and this is the output: