hi all
i've got an ffmpeg src rpm from freshrpms.net for fc5, and i'm trying to rebuild it with 3gp support
i've done this before on fc4 (using the instructions at
http://www.niemueller.de/wiki/index....vertVideoTo3GP), but i've run into an issue with this version
i get the following build errors when running rpmbuild
Code:
x264.c: In function 'X264_init':
x264.c:145: error: 'struct <anonymous>' has no member named 'i_rf_constant'
x264.c:151: error: 'struct <anonymous>' has no member named 'b_cbr'
searching google for that issue produced this,
http://livna.org/pipermail/freeworld...er/000914.html
basically it's saying that my version of x264 is not updated, unfortunately, i'm using the yum installed version (which says it is version x.54x, from livna date 20061028), does anyone know where i can get a version that at least matches the one that i need, that is also an rpm install?
also, i'm able to install the standard ffmpeg rpm with those packages, just not rebuild it
any help
thanks
dave