[FFmpeg-trac] #3235(FFmpeg:new): ffmpeg doesn't respond to SIGINT on debian sid when using pulse input
FFmpeg
trac at avcodec.org
Mon Dec 23 14:58:12 CET 2013
#3235: ffmpeg doesn't respond to SIGINT on debian sid when using pulse input
------------------------------------+----------------------------------
Reporter: jnvsor | Owner:
Type: defect | Status: new
Priority: minor | Component: FFmpeg
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+----------------------------------
Comment (by jnvsor):
I wish I knew - if I remove `--enable libopencv` `--enable-gnutls` or
`--shlibdir=/usr/lib/x86_64-linux-gnu` the bug disappears.
{{{
$ export
LD_LIBRARY_PATH=libavutil/:libavcodec/:libavformat/:libavdevice/:libswscale/:libavfilter/:libswresample/
$ ./configure --enable-libopencv --enable-libpulse --enable-gnutls
--shlibdir=/usr/lib/x86_64-linux-gnu --disable-shared --enable-static
--extra-libs=-static --extra-cflags=--static
ERROR: gnutls not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
}}}
Actually now that I think of it - `libopencv` and `gnutls` aren't being
compiled from ffmpeg are they? The problem is probably caused in the
versions in the debian sid repos.
{{{
libgnutls-dev 2.12.23-8
libgnutls26 2.12.23-8
libgnutlsxx27 2.12.23-8
libgnutls28 3.2.7-3
libopencv-dev 2.4.6.1+dfsg-2
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3235#comment:8>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list