[mythtv] bug in mytharchivehelper.pro?

John Schmitt schmitt.j at comcast.net
Thu Oct 5 19:56:02 UTC 2006


from 
http://svn.mythtv.org/trac/browser/trunk/mythplugins/mytharchive/mytharchivehelper/mytharchivehelper.pro:
...
21     LIBS 
+= -lmythui-$$LIBVERSION -lmythfreemheg-$$LIBVERSION -lmythlivemedia-$$LIBVERSION
22     
23     macx {
24         # libmyth depends on the following:
25         LIBS += -lmythavutil-$$LIBVERSION
26         LIBS += -lmythavcodec-$$LIBVERSION
27         LIBS += -lmythavformat-$$LIBVERSION
28         using_firewire:using_backend:LIBS 
+= -F$${CONFIG_MAC_AVC} -framework AVCVideoServices
29     }


shouldn't that read smeothing like:
...
LIBS 
+= -lmythui-$$LIBVERSION -lmythfreemheg-$$LIBVERSION -lmythlivemedia-$$LIBVERSION

# libmyth depends on the following:
LIBS += -lmythavutil-$$LIBVERSION
LIBS += -lmythavcodec-$$LIBVERSION
LIBS += -lmythavformat-$$LIBVERSION
macx {
   using_firewire:using_backend:LIBS += -F$${CONFIG_MAC_AVC} -framework 
AVCVideoServices
}

I had to make that change to make it build with Fedora Core 4.

John


More information about the mythtv-dev mailing list