[MPlayer-cygwin] Current issues

Diego Biurrun diego at biurrun.de
Wed Jan 31 18:21:54 CET 2007


On Wed, Jan 31, 2007 at 04:13:11PM +0100, Thomas Plank wrote:
> Diego Biurrun (diego at biurrun.de) wrote:
> 
> > On Wed, Jan 31, 2007 at 03:59:31PM +0100, Thomas Plank wrote:
> >> Reimar Döffinger (Reimar.Doeffinger at stud.uni-karlsruhe.de) wrote:
> >>
> >> I don't get mplayer compiled with LIVE555 for some time.
> >>
> >> make[1]: Entering directory `/cygdrive/d/cdrtools/mplayer/mplayer/libmpdemux'
> >> g++ -I../stream -I../loader -I../libavutil -I../libavcodec -I../libavformat -I. -I.. -O4 -march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D__CYGWIN__ -I/cygdrive/d/cdrtools/mplayer/live/ -I/usr/local/include/freetype2 -I/usr/local/include -I/liveMedia/include              -I/UsageEnvironment/include              -I/BasicUsageEnvironment/include              -I/groupsock/include -D__STDC_LIMIT_MACROS   -c -o demux_rtp.o demux_rtp.cpp
> >> In file included from demux_rtp.cpp:12:
> >> demux_rtp_internal.h:17:24: error: liveMedia.hh: No such file or directory
> >> demux_rtp.cpp:14:36: error: BasicUsageEnvironment.hh: No such file or directory
> >> demux_rtp.cpp:16:30: error: GroupsockHelper.hh: No such file or directory
> 
> > You are forcing the live check and not providing the proper include
> > paths...
> 
> Ok, what's wrong with these lines:
> 
>         --enable-live                                            \
>         --with-extraincdir=/cygdrive/d/cdrtools/mplayer/live/    \
>         --with-extralibdir=/cygdrive/d/cdrtools/mplayer/live/
> 
> Exactly the same path was handed over to the old "--with-livelibdir" and
> there everything was fine.

Basically there is no way to properly handle this idiosyncratic library
in a generic way.  Autodetection should work if you pass extra paths
like you are doing so just drop --enable-live.

Diego




More information about the MPlayer-cygwin mailing list