On 12/14/08 5:13 PM, Dominik 'Rathann' Mierzejewski wrote:
On Thursday, 04 December 2008 at 21:31, Dominik 'Rathann'
Mierzejewski wrote:
This needs a proper fix, but for now the attached patch makes it build.
Also, it seems to me that avidemux contains local copies of several ffmpeg
libraries: libavcodec, libavformat, libavutil, libpostproc and libswscale.
Could it be patched to use our externally packaged ones?
Regards,
R.
Thanks for the patch - it worked perfectly.
I've started making changes regarding the internal ffmpeg libraries, but it
looks like avidemux uses a bunch of the internal headers that aren't
included in ffmpeg-devel. I've attached the changes I made up until the
point where bitstream.h is required so it bails out. (it also required
bswap.h, the macros it required appeared to do nothing - be2me_*(x) was (x)
- so I just removed the be2me_* calls). Where do we go from here?
Stewart