Re: [vdr] why I must first compile xine-lib, not ffmpeg?

2009-02-09 Thread Darren Salt
I demand that LinHai may or may not have written...

 when I first compile xine-lib is OK, second compile ffmpeg  is OK.

 IF I first compile ffmpeg is OK, second compile xine-lib  is failure.

 the syslog:

 make[2]: *** [xineplug_decode_faad_la-xine_faad_decoder.lo] Error 1
 make[2]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src/audio_dec'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src'
 make: *** [all-recursive] Error 1

That's not from syslog... :-)

 why ,who can tell me?

All that can be said from that is that it's a link-time error; nothing more,
since you've posted make's response to the error but have omitted the error
report itself...

-- 
| Darren Salt| linux or ds at  | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + RIPA NOTICE: NO CONSENT GIVEN FOR INTERCEPTION OF MESSAGE TRANSMISSION

The adverb always follows the verb.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] vdr-webvideo 0.1.0

2009-02-09 Thread Antti Ajanki
Jukka Tastula wrote:
 On Sunday 08 February 2009 21:45:55 Antti Ajanki wrote:
 New version of the Webvideo plugin is available at
 http://users.tkk.fi/~aajanki/vdr/webvideo/vdr-webvideo-0.1.0.tgz
 
 Maybe I'm just doing it wrong but compiling the usual way I'm getting
 
 Plugin webvideo:
 ERROR: plugin webvideo doesn't honor APIVERSION - not compiled!

The (non-Debian) build instructions are indeed outdated. Sorry about that.

For now, the easiest way to compile is the following:

# Compile the plugin
cd /put/your/path/here/VDR/PLUGINS/src
tar -xzf /put/your/path/here/vdr-webvideo-X.Y.Z.tgz
cp -r webvideo-0.1.0/vdr-plugin/ webvideo# -- note: cp, not ln!
mkdir -p /video/plugins/webvideo
cp webvideo/mime.types /video/plugins/webvideo
cd /put/your/path/here/VDR
make
make plugins

# Install the daemon and the webvi client
cd PLUGINS/src/webvideo-0.1.0
mkdir -p /usr/share/webvid
cp -r webvidaemon/services/* /usr/share/webvid
python setup.py

And running:

# Start the daemon (must be running when plugin is in use)
python /usr/bin/webvid -d -l/tmp/webvid.log

# Run VDR with the plugin
./vdr -P webvideo

Antti




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] vdr-webvideo 0.1.0

2009-02-09 Thread Karsten Mueller
I'm quite sure I'm doing something wrong but I followed your
instructions to the point which leaves me at

  # python setup.py

usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: no commands supplied

# python -V
Python 2.4.4

I'm not too deep into python so I'm kinda stuck here.
I also tried with python2.5 which also is installed on
my easyvdr 0.6.1 system to no avail.

Any help would be highly appreciated.

Antti Ajanki wrote:
 Jukka Tastula wrote:
 [...]

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] why I must first compile xine-lib,n ot ffmpeg?

2009-02-09 Thread Jouni Karvo
LinHai kirjoitti:
 when I first compile xine-lib is OK,second compile ffmpeg is OK.

 IF I first compile ffmpeg is OK,second compile xine-lib is failure.

 the syslog:

 make[2]: *** [xineplug_decode_faad_la-xine_faad_decoder.lo] Error 1

 make[2]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src/audio_dec'

 make[1]: *** [all-recursive] Error 1

 make[1]: Leaving directory `/root/xine-lib-1-2-926ee2edf0d8/src'

 make: *** [all-recursive] Error 1

 why ,who can tell me?


My guess is you have not installed libfaad or libfaad includes, or
neither. But including the error messages could help in finding the cause.

yours,
Jouni


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr