hi everyone,
I compile x264 source using
./configure --prefix=/usr/compiled --enable-shared --enable-pic
make
make install
It created libx264.a, libx264.dll, libx264-76.dll, x264.exe -> pasted them in /usr/win32/ bin, include and lib
Compiled VLC 1.0.5. Tried Streaming http but gives an error:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
H264/MPEG AVC PART 10
but i do have x264 encoder in vlc source code. What is wrong? how to correctly build x264 with vlc?
please help.. thanks..
rishe