Steven M. Schultz wrote:
>       correct.  If I run "sdl-config --libs" here I see:
> 
> -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lm -ldl -L/usr/X11R6/lib 
> -lX1 -lXext
> 
>       which means that since SDL uses/needs the X11 libraries it includes
>       them and doesn't rely on the higher level applications adding them.

[EMAIL PROTECTED]:~$ sdl-config --libs
-L/usr/lib -lSDL

Maybe the output of this command could be used to make a decision when 
lavtools/Makefile is generated?

>       A better workaround would be to edit the sdl-config script and add
>       the -lX11 there.  That way it will be available for all applications
>       as well as future mjpegtools builds

Hm, if I do that, I wonder what other things may break.

>       You wouldn't happen to be getting an OLD version of
>       libmjpegutils.so from somewhere?  It is an installed library and
>       if Ubuntu or an old mjpegtools was present and found first
>       (due to the order of library search path) that would explain
>       `mjpeg_loglev_t' being undefined - that routine is present in
>       utils/mjpeg_logging.c

Oops, yeah, I had 1.9.0-rc2 installed in /opt and it was in PATH and in 
the /etc/ld.so.conf*
Moved it out of the way and today's CVS compiles just fine. Sorry for 
the false alarm.

-- 
Florin Andrei

http://florin.myip.org/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to