Removed two lines from fftools/cmdutils.c to exclude code from libpostproc | |
- Removed line 40 (#include "libpostproc/postprocess.h") | |
- Removed line 1137 (PRINT_LIB_INFO(postproc, POSTPROC, flags, level);) | |
Added avconfig.h (which is generated as part of the FFmpeg build process) to | |
libavutil/. This also required removing the line about avconfig.h from | |
libavutil/.gitignore so that it could be checked into our repo. | |
Added custom BUILD file for Yeti. |