Thanks for the reply Carl . build_one is just a script function (which will run configure with options, make and make install) which I am calling from the script .
Since I'm building this for android platform I need to use Android cross compiler so I set the path of Android cross compiler as sysroot. After printing "ERROR: libx264 not found" the ffmpeg starts building and finishes successfully but libx264 support is not included . On Fri, Aug 1, 2014 at 7:08 PM, Carl Eugen Hoyos <[email protected]> wrote: > David Varghese <davidvrgh <at> gmail.com> writes: > > > build_one{./configure > > What is "build_one" and why are you using it? > Do you know of any deficiencies in our > configure script? Please report them! > > > \--sysroot=$SYSROOT > > > But when I run the script I'm getting error > > "ERROR: libx264 not found" . > > Is this the only output you see or is there > anything else printed? > > > After libx264 installation I have libx264.so file in > > /usr/local/lib executable at /usr/local/bin and header > > files at /usr/local/include directories . > > I am really no cross-compilation expert but I would > have expected your cross x264 somewhere in $SYSROOT > above. > > > What all changes do I need to make to the ffmpeg > > build script in-order to make it detect libx264? > > What script do you mean here? > > Carl Eugen > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > -- Thanks and Regards , David Varghese _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
