[mythtv] Re: compiling mythtv frontend for cygwin

Joseph A. Caputo jcaputo1 at comcast.net
Wed Sep 29 09:02:00 EDT 2004


On Tuesday 28 September 2004 14:22, Mario L wrote:
> Okay folks here are the last set of fixes to get a verison that will
> compile all the way and even launch in windows:
>
> //mythCVS/filters/postprocess/postprocess.pro
>
>
> LIBS += -L../../libs/libavcodec
> LIBS += -lmythavcodec-$${LIBVERSION}
>
> isEmpty(QMAKE_EXTENSION_SHLIB) {
>   QMAKE_EXTENSION_SHLIB=so
> }
> TARGETDEPS +=
> ../../libs/libavcodec/libmythavcodec-$${LIBVERSION}.$${QMAKE_EXTENSIO
>N_SHLIB}
>
> /* TO */
>
>
> !win32{
> LIBS += -L../../libs/libavcodec
> LIBS += -lmythavcodec-$${LIBVERSION}
>
> isEmpty(QMAKE_EXTENSION_SHLIB) {
>   QMAKE_EXTENSION_SHLIB=so
> }
> TARGETDEPS +=
> ../../libs/libavcodec/libmythavcodec-$${LIBVERSION}.$${QMAKE_EXTENSIO
>N_SHLIB} }
>
> win32{
> LIBS += -L../../libs/libavcodec
> LIBS += -lcygmythavcodec-$${LIBVERSION}-0
> QMAKE_EXTENSION_SHLIB=dll
> TARGETDEPS +=
> ../../libs/libavcodec/cygmythavcodec-$${LIBVERSION}-0.$${QMAKE_EXTENS
>ION_SHLIB} }
>
>

[snip]

Any chance you could post this in patch form?  That's quite a bit of 
typing...
( cvs diff -u <filenames>  > patchfile.diff )

-JAC


More information about the mythtv-dev mailing list