-
Aaarg, autoconf headaches again...
Hi Alex,
Let me address your 2nd problem first:
./configure --prefix=/usr --disable-osc
At the end of the output of this command there is a "Configuration Report". Does it say "OSC remote control: not avail" there?
I've just learned that the first call to PKG\_CHECK\_MODULES in configure.ac expands differently that subsequent calls to it...
2009-11-24 00:41:39 UTC in xjadeo
-
x42 committed revision 200 to the xjadeo SVN repository, changing 1 files.
2009-11-23 23:44:36 UTC in xjadeo
-
x42 committed revision 42 to the liboauth SVN repository, changing 8 files.
2009-09-08 11:31:06 UTC in liboauth
-
x42 committed revision 199 to the xjadeo SVN repository, changing 1 files.
2009-08-25 16:49:34 UTC in xjadeo
-
I've (hopefully) fixed the error message in SVN. It's hard to say why your compilation failed.
There seems to be some recent issue with lib32-libx11 disappearing on archlinux mirrors :) Do you have a Xlib.h file in /usr/include/X11/ ?
Anyways, just go with the AUR package if that works for you..
robin.
2009-08-25 16:42:34 UTC in xjadeo
-
You are missing the X11-development package(s) and there's apparently a small bug in xjadeo's error message which should tell you that ;)
However, the error message works fine with autoconf-2.63 and bash on GNU/Linux & OSX.
Can you tell us your version of autoconf? (run `autoconf -V`)
Depending on your Linux distribution you'll need to install libx11-dev or xorg-x11-devel and probably...
2009-08-23 20:23:47 UTC in xjadeo
-
x42 committed revision 41 to the liboauth SVN repository, changing 2 files.
2009-08-17 14:50:10 UTC in liboauth
-
x42 committed revision 40 to the liboauth SVN repository, changing 11 files.
2009-08-17 14:19:16 UTC in liboauth
-
Hi,
If you don't want to re-encode your video and have enough CPU power, try to use the -K command-line switch - equivalent to the "decode continuously" option in qjadeo's menu.
Otherwise only key-frames are displayed by default,
HTH,
robin.
2009-08-13 18:48:09 UTC in xjadeo
-
Hi,
Yet another "old" version of ffmpeg ;) However xjadeo is also old enough to support it, but there was a problem: xjadeo used "avcodec_decode_video()" if ffmpeg's major_version is <52 and "avcodec_decode_video2()" else.
Looking at your version 52.20.0 it seems that the switch happened there, not at 52.0.0. I've just fixed that in xjadeo SVN r198...
2009-08-07 11:03:10 UTC in xjadeo