The FFmpeg libraries distributed with HPE Media Server were compiled using the source code available from http://ffmpeg.org/releases/ffmpeg-2.6.2.tar.gz with the compiler options shown below (from ffmpeg -L
).
Windows
ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers built with Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64 configuration: --disable-static --enable-shared --arch=x86_64 --toolchain=msvc --enable-w32threads --disable-outdev=sdl --enable-runtime-cpudetect --enable-libmp3lame --enable-libopenh264 --enable-zlib libavutil 54. 20.100 / 54. 20.100 libavcodec 56. 26.100 / 56. 26.100 libavformat 56. 25.101 / 56. 25.101 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 11.102 / 5. 11.102 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100 ffmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. ffmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with ffmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Linux
ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.9.2 (GCC) configuration: --disable-static --enable-shared --target-os=linux --enable-pthreads --disable-outdev=sdl --enable-runtime-cpudetect --cc=gcc --cxx=g++ --enable-libopenh264 --enable-libmp3lame
|