Opened 16 years ago

Closed 16 years ago

#4152 closed defect (fixed)

Mytharchivehelper needs libav libs to link

Reported by: Mark Buechler <Mark.Buechler@…> Owned by: paulh
Priority: minor Milestone: 0.21
Component: mytharchive Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In mythplugins, mytharchive/mytharchivehelper fails to link without "-lmythavcodec-0.20 -lmythavutil-0.20 -lmythavformat-0.20" if a system installed ffmpeg is not found in the standard lib paths.

Change History (2)

comment:1 Changed 16 years ago by paulh

Milestone: unknown0.21

Not really sure what your problem is? mytharchivehelper uses some of the libmythav* stuff so needs to link to them. It shouldn't be using any of the libraries from ffmpeg only the myth versions.

I did just spot a possible problem with the mytharchivehelper.pro were it is was only telling the linker to use the mythav* libraries for the macx build and not other builds. It doesn't seem to make any difference in my build environment the correct libraries are linked to any way. I'll change this shortly so all builds will explicitly use the myth versions. See if that fixes things for you.

comment:2 Changed 16 years ago by paulh

Resolution: fixed
Status: newclosed

(In [14830]) Explicitly tell the linker we want to use the mythav* libraries when linking mytharchivehelper. That was already being done for the macx build but wasn't for other builds.

Probably fixes #4152.

Note: See TracTickets for help on using tickets.