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

Mario L superm1 at gmail.com
Fri Sep 24 02:03:53 EDT 2004


I'm starting to think that using the X11 version of QT is NOT the way
to go.  There are MANY areas in the myth code that will just not be
compatible with QT/X11 (ex no xinerama support), and it is looking
like directX has a tendancy to kill some big areas in the code.  Even
after making the changes that were posted to mythtv-dev.

I'm going to have to install QT/Win32 i'm starting to think if I want
to actually make it somewhere with all of these changes and still have
functioning (somewhat) code.

On Thu, 23 Sep 2004 21:23:12 -0500, Mario L <superm1 at gmail.com> wrote:
> 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