Search found 5 matches

by corleone88
Sat Jan 31, 2015 11:10 pm
Forum: MakeMKV for Linux
Topic: Error make-ing 1.8.6: undefined reference av_log_format_line
Replies: 6
Views: 19472

Re: Error make-ing 1.8.6: undefined reference av_log_format_

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...
:D :D :D :D
by corleone88
Sat Jan 31, 2015 10:16 pm
Forum: MakeMKV for Linux
Topic: Error make-ing 1.8.6: undefined reference av_log_format_line
Replies: 6
Views: 19472

Re: Error make-ing 1.8.6: undefined reference av_log_format_

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 ...
by corleone88
Thu Jul 17, 2014 7:22 pm
Forum: MakeMKV for Linux
Topic: HowTo install MakeMKV on OpenSUSE 13.1
Replies: 3
Views: 12540

Re: HowTo install MakeMKV on OpenSUSE 13.1

I have still the same problem during compilation for the 1.8.11 version:

/usr/local/lib/libavcodec.a: cannot read symbols: bad value

I updated ffmpeg (to 2.2.4-4.2 version) but still the error
by corleone88
Tue Jan 21, 2014 8:21 pm
Forum: MakeMKV for Linux
Topic: HowTo install MakeMKV on OpenSUSE 13.1
Replies: 3
Views: 12540

Re: HowTo install MakeMKV on OpenSUSE 13.1

Anyone can help me?
by corleone88
Sun Jan 05, 2014 10:42 am
Forum: MakeMKV for Linux
Topic: HowTo install MakeMKV on OpenSUSE 13.1
Replies: 3
Views: 12540

Re: HowTo install MakeMKV on OpenSUSE 13.1

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 ...