On Sat, 19 Jan 2019 11:08:28 +0000, Chris Elvidge <
ch...@mshome.net>
wrote:
>On 19/01/2019 10:05, Lucifer wrote:
>> On Sat, 19 Jan 2019 14:39:06 +1100, "Gary R. Schmidt"
>> <
grsc...@acm.org> wrote:
>>
>>> On 19/01/2019 12:37, Lucifer wrote:
>>> [SNIP]
>>>>
>>>> I got ffmpeg for Solaris 11.4 from
opencsw.org and now want to
>>>> update it. What is the process?
>>>>
>>> Update from OpenCSW, or update what's on OpenCSW?
>>>
>>> The first is just "sudo /opt/csw/bin/pkgutil -U -u".
>>
>> I tried that. It says nothing to do.
>>
>> When try to download "Neighbours" from catchup TV I get;
>>
>> https protocol not found, recompile FFmpeg with openssl,
>> gnutls, or securetransport enabled.
>>
>
>When this happened to me (not Neighbours, I hasten to add, on Linux
>though) I downloaded the source (git clone
>
https://git.ffmpeg.org/ffmpeg.git ffmpeg) and running ./configure told
>me what other libraries were needed (openssl-dev, as I remember, for
>this case). Then make and make-install, installed to /usr/local/bin.
>
>ffmpeg (with no parameters) should show you what configuration was used
>to compile the version you have. (--enable-libssh needed perhaps).
# ffmpeg
ffmpeg version 3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.2.0 (GCC)
configuration: --prefix=/opt/csw --bindir=/opt/csw/bin
--datadir=/opt/csw/share --libdir=/opt/csw/lib --shlibdir=/opt/
csw/lib --incdir=/opt/csw/include --mandir=/opt/csw/share/man
--disable-debug --enable-gpl --enable-version3 --enable-ru
ntime-cpudetect --disable-vdpau --extra-cflags='-mfpmath=sse -msse'
--extra-cxxflags='-mfpmath=sse -msse' --enable-share
d --enable-libfreetype --enable-libmp3lame --enable-libspeex
--enable-libtheora --enable-libvorbis --enable-libx264 --en
able-libx265 --strip=/usr/ccs/bin/strip
libavutil 55. 17.103 / 55. 17.103
libavcodec 57. 24.102 / 57. 24.102
libavformat 57. 25.100 / 57. 25.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 31.100 / 6. 31.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile
options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
#
Thanks