[mythtv-users] bug in mytharchivehelper.pro?

cromworshipper-mythtvlist at yahoo.com cromworshipper-mythtvlist at yahoo.com
Thu Oct 5 08:04:21 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
}







More information about the mythtv-users mailing list