yading@10: FFmpeg examples README yading@10: ---------------------- yading@10: yading@10: Both following use cases rely on pkg-config and make, thus make sure yading@10: that you have them installed and working on your system. yading@10: yading@10: yading@10: 1) Build the installed examples in a generic read/write user directory yading@10: yading@10: Copy to a read/write user directory and just use "make", it will link yading@10: to the libraries on your system, assuming the PKG_CONFIG_PATH is yading@10: correctly configured. yading@10: yading@10: 2) Build the examples in-tree yading@10: yading@10: Assuming you are in the source FFmpeg checkout directory, you need to build yading@10: FFmpeg (no need to make install in any prefix). Then you can go into the yading@10: doc/examples and run a command such as PKG_CONFIG_PATH=pc-uninstalled make.