Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
libav: try to tidy up the mess that is Makefile.ffmpeg
- fix broken libx265 build - rename libffmpeg_static to ffmpeg_static - rename libmfx option to qsv (which is what one really wants) - update to ffmpeg 3.0 - drop support for non-ffmpeg libav libs (kinda needed for libswresample, but might force users to upgrade) - drop vdpau config option (unused) - add multiple options (libvpx, libvorbis, ...) to customize builds to one's needs - add libfdk-aac support - add libtheora support - try to cleanup the libav section in Makefile - libx264 now supports swscale and avfilter - patch libmfx to support the correct path to libmfx(s|h)w64.so on ubuntu (other distro users might not be pleased with that one)
- Loading branch information
Showing
9 changed files
with
671 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.