View Single Post
Old 27th February 2016, 10:33   #20  |  Link
MasterNobody
Registered User
 
Join Date: Jul 2007
Posts: 552
As you already found for lavf and mp4 support you need to compile and provide pathes for includes and libraries (with --extra-cflags="-I<path>" --extra-ldflags="-L<path>" or have pkg-config correctly configured):
- ffmpeg or libav libraries for lavf-support;
- lsmash (preferred) or gpac for mp4-support.
If even after that you didn't get desired effect than look into config.log to see why detection of this libraries failed.
MasterNobody is offline   Reply With Quote