Quote:
Originally Posted by Prior
This one works for me so far  Thanks!
Do you still want premium account for few days to test things?
|
things are working for now. will tell you if required.
for non windows users:
for the people who are trying to compile the patch for other systems instead of using just the make command add following switch to it.
Code:
XLDFLAGS="-lm -static"
-lm will link the math library required by combined patch (included by default in MinGW) and
-static will compile the rtmpdump statically removing dependency on shared librtmp.so and thus avoiding problems in which rtmpdump loads the wrong librtmp.so installed elsewhere on the system.