I am trying to compile libav with libx264 support. Ilibav 0.8.1 libx264 build 122
The procedure I planned to follow was: cd libx264 ./configure --enable-shared --enable-static make sudo make install cd libav ./configure --enable-shared --enable-static --enable-libx264 --enable-gpl make sudo make install But libx264 was unable to compile saying header files missing. I did some debugging and found that the header files are present in libav. So my theory: I need to compile and install basic libav. Then compile libx264 and then compile libav with libx264. I followed it and it worked. Is this the only way or am I missing something? Thanks. Regards, Viraj
_______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
