[mythtv-users] Re: anyone attempt mythfrontend on Cygwin?

Mario L superm1 at gmail.com
Thu Sep 23 22:23:12 EDT 2004


Well actually it was the .dll and the .a it ends up.

For some reason it wants to reference it without the .dll ( which i
hadn't thought of before).

Here is the working part to replace in your libavformat.pro if anyone wants to:
!win32{
        LIBS += -L../libavcodec -lmythavcodec-$$LIBVERSION
}

win32{
        LIBS += -L../libavcodec -lcygmythavcodec-$$LIBVERSION-0

}

On Thu, 23 Sep 2004 22:13:59 -0400, Joel Anderson <bitjunkie at gmail.com> wrote:
> I think you just need to get rid of the ".a" on the end of the library
> in the .pro file.
> 
> --
> Joel
>


More information about the mythtv-users mailing list