Opened 9 years ago
Closed 9 years ago
#12810 closed Bug Report - General (Invalid)
Compilation - configure for mythplugins, cannot enable libexif
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.28.0 |
Severity: | medium | Keywords: | mythgallery libexif configure |
Cc: | Ticket locked: | no |
Description
I've pulled the latest source from github for mythtv-0.28 and cannot configure libexif for mythgallery with the following command (run from inside the mythplugins directory)
./configure --enable-mythgallery --enable-exif
or
./configure --enable-mythgallery --enable-new-exif
I'm fairly sure there is a bug in the configure script, A patch will be coming
Change History (2)
Note: See
TracTickets for help on using
tickets.
This can be closed
The configure scripts looks for the function "exif_loader_new" in exif-data, which I thought was the source of the failure
It was actually my missing x264 libraries which was causing nearly all plugin checks to fail.