28 | | # add other options if needed, e.g: optimization, install dir, search path |
29 | | # particularly CFLAGS and LDFLAGS for x264 |
30 | | # to enable H264, add "--enable-gpl --enable-libx264" |
| 28 | # add other options if needed, e.g: optimization, install dir, search path |
| 29 | # particularly CFLAGS and LDFLAGS for x264 |
| 30 | # to enable H264, add "--enable-gpl --enable-libx264" |
58 | | checking for deflate in -lz... yes |
59 | | checking for x264_free in -lx264... yes |
60 | | checking for avdevice_version in -lavdevice... yes |
61 | | checking for av_register_all in -lavformat... yes |
62 | | checking for avcodec_init in -lavcodec... yes |
63 | | checking for sws_scale in -lswscale... yes |
64 | | checking for av_malloc in -lavutil... yes |
65 | | checking for avcore_version in -lavcore... no |
| 58 | checking for pkg-config... no |
| 59 | checking for python... python pkgconfig.py |
| 60 | checking ffmpeg packages... libavformat libavcodec libswscale libavutil |