I found the solution: I downloaded ffmpeg sources, compile them with pic enable (./configure --enable-pic, make, sudo make install).
Then I recompiled makemkv-oss and the rest followed...
Hello, I have Opensuse 13.2 and I have the same problem when compiling the 1.9.1 version. As mentionned, I added pic option like this in the makefile: FFMPEG_CFLAGS=-I/usr/local/include FFMPEG_LIBS=-L/usr/local/lib -lavcodec -ldl -lva -ljack -lasound -lm -pthread -lz -lavutil -lm -fPIC But I still h...
Hi, I have an error during the compilation of makemkv-oss (1.8.7) with libavcodec. I have OpenSuse 12.3. I started to download ffmpeg 2.1.1 and compile it. philippe@linux-jrxs:~/T?l?chargements/makemkv-oss-1.8.7> sudo make install which: no moc-qt4 in (/usr/bin:/bin:/usr/sbin:/sbin) mkdir -p out gcc...