Version 5.1 build problems:
1. In Ubuntu /bin/sh points to dash, not bash, therefore "runme" script fails. It is better to use the following string in the file header (for portability):
#!/usr/bin/env bash
instead of
#!/bin/sh
2. liveMedia - problem in QuickTimeFileSink.hh file:
unsigned QuickTimeFileSink::addByte(unsigned char byte) {
putc(byte, fOutFid);
return 1;
}.
2008-05-09 01:02:47 UTC in VIA enhanced Xine Player (VeXP)