Opened 18 years ago
Closed 18 years ago
#4152 closed defect (fixed)
Mytharchivehelper needs libav libs to link
Reported by: | 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.
Note: See
TracTickets for help on using
tickets.
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.