Bernhard Praschinger wrote:
> 
> The RC2 has a rate control bug. So if you use high -q values like 1-4 
> maybe 5 you might see that problem. So please downgrade to RC1 , or 
> upgrade to the CVS. (where the problem is fixed.)

I checked out the CVS about 30 minutes ago. make fails.
rc2 compiles just fine.

creating testrec
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I/opt/mjpegtools/include 
-I../utils    -march=k8 -mtune=k8 -g -O2 -pthread -Wall -Wunused -MT 
lavvideo.o -MD -MP -MF ".deps/lavvideo.Tpo" -c -o lavvideo.o lavvideo.c; \
         then mv -f ".deps/lavvideo.Tpo" ".deps/lavvideo.Po"; else rm -f 
".deps/lavvideo.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I/opt/mjpegtools/include 
-I../utils    -march=k8 -mtune=k8 -g -O2 -pthread -Wall -Wunused -MT 
frequencies.o -MD -MP -MF ".deps/frequencies.Tpo" -c -o frequencies.o 
frequencies.c; \
         then mv -f ".deps/frequencies.Tpo" ".deps/frequencies.Po"; else 
rm -f ".deps/frequencies.Tpo"; exit 1; fi
/bin/bash ../libtool --mode=link gcc  -march=k8 -mtune=k8 -g -O2 
-pthread -Wall -Wunused   -o lavvideo  lavvideo.o frequencies.o  -lm
gcc -march=k8 -mtune=k8 -g -O2 -pthread -Wall -Wunused -o lavvideo 
lavvideo.o frequencies.o  -lm
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I/opt/mjpegtools/include 
-I../utils    -march=k8 -mtune=k8 -g -O2 -pthread -Wall -Wunused -MT 
lavplay.o -MD -MP -MF ".deps/lavplay.Tpo" -c -o lavplay.o lavplay.c; \
         then mv -f ".deps/lavplay.Tpo" ".deps/lavplay.Po"; else rm -f 
".deps/lavplay.Tpo"; exit 1; fi
/bin/bash ../libtool --mode=link gcc  -march=k8 -mtune=k8 -g -O2 
-pthread -Wall -Wunused   -o lavplay  lavplay.o 
../utils/libmjpegutils.la  liblavplay.la liblavjpeg.la liblavfile.la 
-L/usr/lib -lSDL  -lm
gcc -march=k8 -mtune=k8 -g -O2 -pthread -Wall -Wunused -o .libs/lavplay 
lavplay.o  ../utils/.libs/libmjpegutils.so ./.libs/liblavplay.so 
./.libs/liblavjpeg.so ./.libs/liblavfile.so -L/usr/lib 
/usr/lib/libSDL.so -lm -Wl,--rpath -Wl,/opt/mjpegtools/lib
./.libs/liblavplay.so: undefined reference to `XOpenDisplay'
./.libs/liblavplay.so: undefined reference to `XGetWindowAttributes'
collect2: ld returned 1 exit status
make[2]: *** [lavplay] Error 1
make[2]: Leaving directory 
`/home/florin/work/mjpeg_play-cvs-20071106/lavtools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/florin/work/mjpeg_play-cvs-20071106'
make: *** [all] Error 2


-- 
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