Re: [libav-devel] [PATCH 2/2] build: disable symbol versioning when debugging with suncc on Solaris

2015-09-29 Thread Sean McGovern
On Tue, Sep 29, 2015 at 4:26 AM, Luca Barbato wrote: > On 29/09/15 02:24, Sean McGovern wrote: > > --- > > configure |4 > > 1 file changed, 4 insertions(+) > > > > diff --git a/configure b/configure > > index 49643d6..efedc67 100755 > > --- a/configure > > +++ b/configure > > @@ -3557,

Re: [libav-devel] [PATCH 1/2] build: add Solaris symbol versioning

2015-09-29 Thread Sean McGovern
On Tue, Sep 29, 2015 at 4:25 AM, Luca Barbato wrote: > On 29/09/15 02:24, Sean McGovern wrote: > > +tmpfile TMPVS .ver-sol2 > > This doesn't seem needed. The rest seems ok as long it works for you =) > > lu > ___ > Oops, you are right! That is most likely cruft from a previous revision of this

[libav-devel] [PATCH] avconv: Add loop option.

2015-09-29 Thread Alexandra Hájková
--- avconv.c| 101 +--- avconv.h| 8 + avconv_opt.c| 8 + doc/avconv.texi | 3 ++ 4 files changed, 115 insertions(+), 5 deletions(-) diff --git a/avconv.c b/avconv.c index 75b00f1..92de763 100644 --- a/avconv.c

[libav-devel] [PATCH] configure: address a copy-paste typo

2015-09-29 Thread Vicente Olivert Riera
The correct instruction for mips32r1 is addi. Signed-off-by: Vicente Olivert Riera --- configure |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index cb48ee1..58a8cb6 100755 --- a/configure +++ b/configure @@ -4079,7 +4079,7 @@ elif enabled mips;

Re: [libav-devel] [PATCH] configure: address a copy-paste typo

2015-09-29 Thread Luca Barbato
On 29/09/15 18:28, Vicente Olivert Riera wrote: > The correct instruction for mips32r1 is addi. > > Signed-off-by: Vicente Olivert Riera > --- > configure |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index cb48ee1..58a8cb6 100755 > --- a

Re: [libav-devel] [PATCH 2/2] libopenh264enc: Pass all messages from the encoder to our callback

2015-09-29 Thread Martin Storsjö
On Mon, 28 Sep 2015, Anton Khirnov wrote: Quoting Martin Storsjö (2015-09-23 11:18:15) This allows changing the log level on the fly at any time. This causes all messages to actually be formatted within OpenH264 (OpenH264 only snprintf formats the log messages that actually are going to be pri

Re: [libav-devel] [PATCH 2/2] build: disable symbol versioning when debugging with suncc on Solaris

2015-09-29 Thread Luca Barbato
On 29/09/15 02:24, Sean McGovern wrote: > --- > configure |4 > 1 file changed, 4 insertions(+) > > diff --git a/configure b/configure > index 49643d6..efedc67 100755 > --- a/configure > +++ b/configure > @@ -3557,6 +3557,10 @@ case $target_os in > sunos) > SHFLAGS='-shared

Re: [libav-devel] [PATCH 1/2] build: add Solaris symbol versioning

2015-09-29 Thread Luca Barbato
On 29/09/15 02:24, Sean McGovern wrote: > +tmpfile TMPVS .ver-sol2 This doesn't seem needed. The rest seems ok as long it works for you =) lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel