View Single Post
  #34  
Old 03-01-2013, 03:05 AM
oelk oelk is offline
Member
 
Join Date: Nov 2011
Posts: 44
oelk is on a distinguished road
Default

Re: Help with LiveFlash.tv


Quote:
Originally Posted by KSV View Post
just look in the package. it contains a patch file for compilation on other systems.

Compiling with Patch for other systems:

assuming you have all tools (gcc, binutils etc.) and dependencies (OpenSSL, Zlib) installed correctly for your distribution.

1. clone the repository
Code:
git clone git://git.ffmpeg.org/rtmpdump
2. copy patch from package to rtmpdump directory and apply it
Code:
patch -p0 -i Patch.diff
3. then just compile and install normally
Code:
make
sudo make install prefix=/usr
Mac users should add SYS=darwin while compiling. you can also add XLDFLAGS="-s -static" to statically link and strip the resulting binary.
Your box is definitly not x64. And whether it's arm is doubtful, too.

We can't patch the files you attached, because these are binary ones. The patch have to be applied to the source.
Just follow the steps above on your linux box and you'll get what you need.
Reply With Quote