Date: Sun, 27 Aug 2000 17:59:59 -0400 From: Randall Hopper <aa8vb@nc.rr.com> To: Jonathan Smith <jonsmith@dragonstar.dhs.org> Cc: multimedia@FreeBSD.ORG Subject: Re: smpeg+XFree4+Xv = very cool Message-ID: <20000827175959.A71900@nc.rr.com> In-Reply-To: <Pine.BSF.4.21.0008271643080.76955-100000@dragonstar.dhs.org>; from jonsmith@dragonstar.dhs.org on Sun, Aug 27, 2000 at 04:43:53PM -0500 References: <20000827172246.A70624@nc.rr.com> <Pine.BSF.4.21.0008271643080.76955-100000@dragonstar.dhs.org>
index | next in thread | previous in thread | raw e-mail
Jonathan Smith:
|> > grep Xv /usr/local/bin/sdl11-config
|> echo $libdirs -lSDL-1.1 -pthread -L/usr/local/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -lXv -laa
|> echo $libdirs -lSDL-1.1 -pthread -L/usr/local/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -lXv -laa
|
|Is this duplication intentional or an accident? I did get the line once.
In my install, there are two entires in the case statement in this config
file that contain the Xv library. Don't know if that's correct or not, but
that's the way it built here.
--libs)
libdirs="-L${exec_prefix}/lib -Wl,-rpath,${exec_prefix}/lib"
echo $libdirs -lSDL-1.1 -pthread -L/usr/local/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -lXv -laa
;;
--static-libs)
libdirs="-L${exec_prefix}/lib -Wl,-rpath,${exec_prefix}/lib"
echo $libdirs -lSDL-1.1 -pthread -L/usr/local/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -lXv -laa
--
Randall Hopper
aa8vb@nc.rr.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000827175959.A71900>
