Re: [libav-devel] [PATCH] avcodec_encode_{audio, video}: only reallocate output packet when it has non-zero size.

2012-03-26 Thread Luca Barbato
On 3/26/12 11:29 PM, Anton Khirnov wrote: Otherwise realloc would free it, which would result in double free later. --- libavcodec/utils.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Seems sane. lu ___ libav-devel mailing list

[libav-devel] [PATCH] avcodec_encode_{audio, video}: only reallocate output packet when it has non-zero size.

2012-03-26 Thread Anton Khirnov
Otherwise realloc would free it, which would result in double free later. --- libavcodec/utils.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 7d50bd5..aa0f5b6 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -9

Re: [libav-devel] [PATCH] raw: forward avpicture_fill() error code in raw_decode().

2012-03-26 Thread Luca Barbato
On 26/03/12 18:02, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" > Seems fine. Lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-d

[libav-devel] [PATCH] raw: forward avpicture_fill() error code in raw_decode().

2012-03-26 Thread Ronald S. Bultje
From: "Ronald S. Bultje" Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-sta...@libav.org --- libavcodec/rawdec.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c index 6541b78..ff6316a 100644 --- a/libavcodec/r

Re: [libav-devel] [PATCH] targa: convert to bytestream2.

2012-03-26 Thread Ronald S. Bultje
Hi, On Mon, Mar 26, 2012 at 6:16 AM, Ronald S. Bultje wrote: > On Sun, Mar 25, 2012 at 11:30 PM, Luca Barbato wrote: >> On 3/25/12 4:20 PM, Ronald S. Bultje wrote: >>> >>> Also remove some write-only variables or write-only variable >>> assignments, remove internal colorspace conversion to nativ

Re: [libav-devel] [PATCH] vc1: Do not read from array if index is invalid.

2012-03-26 Thread Luca Barbato
On 24/03/12 15:49, Ronald S. Bultje wrote: > From: Mashiat Sarker Shakkhar > > Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind > CC: libav-sta...@libav.org > Signed-off-by: Ronald S. Bultje > --- Seems ok. lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero __

Re: [libav-devel] [PATCH] vc1: Do not read from array if index is invalid.

2012-03-26 Thread Ronald S. Bultje
Hi, On Sat, Mar 24, 2012 at 3:49 PM, Ronald S. Bultje wrote: > From: Mashiat Sarker Shakkhar > > Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind > CC: libav-sta...@libav.org > Signed-off-by: Ronald S. Bultje > --- >  libavcodec/vc1.c     |    2 +- >  libavcodec/vc1data.c |    2 +- >  lib

Re: [libav-devel] [PATCH 1/1] mpegmux: add stuffing to avoid incomplete PCM frames

2012-03-26 Thread Ronald S. Bultje
Hi, On Mon, Mar 26, 2012 at 3:21 PM, Janne Grunau wrote: > On 2012-03-13 18:36:18 +0100, Janne Grunau wrote: >> --- >>  libavformat/mpegenc.c |    6 ++ >>  1 files changed, 6 insertions(+), 0 deletions(-) >> >> diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c >> index 852b3f1..1e2fc

Re: [libav-devel] [PATCH] mpegts: Fix dead error checks

2012-03-26 Thread Ronald S. Bultje
Hi, On Mon, Mar 26, 2012 at 3:54 PM, Alex Converse wrote: > --- >  libavformat/mpegts.c |   18 -- >  1 files changed, 12 insertions(+), 6 deletions(-) OK. Ronald ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.or

Re: [libav-devel] [PATCH] build: fix RALF decoder standalone compilation, which depends on Golomb code

2012-03-26 Thread Ronald S. Bultje
Hi, On Mon, Mar 26, 2012 at 4:18 PM, Diego Biurrun wrote: > --- >  configure |    1 + >  1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/configure b/configure > index ad6194c..1cd3332 100755 > --- a/configure > +++ b/configure > @@ -1363,6 +1363,7 @@ png_encoder_select="zlib" >

[libav-devel] [PATCH] vp56dec: avoid freeing the returned frame before returning it.

2012-03-26 Thread Ronald S. Bultje
From: Michael Niedermayer vp56dec: avoid freeing the returned frame before returning it. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer Signed-off-by: Ronald S. Bultje --- libavcodec/vp56.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

Re: [libav-devel] [PATCH 1/1] rv34: set mb_num_left to 0 after finishing a frame

2012-03-26 Thread Ronald S. Bultje
Hi, On Mon, Mar 26, 2012 at 3:20 PM, Janne Grunau wrote: > From: "Ronald S. Bultje" > > On 2012-03-26 14:54:56 -0700, Ronald S. Bultje wrote: >> From: "Ronald S. Bultje" >> >> This will (in ER) write to the pic->mb_type[] array of the previous >> image, which may in a subsequent thread already

[libav-devel] [PATCH] build: fix RALF decoder standalone compilation, which depends on Golomb code

2012-03-26 Thread Diego Biurrun
--- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index ad6194c..1cd3332 100755 --- a/configure +++ b/configure @@ -1363,6 +1363,7 @@ png_encoder_select="zlib" qcelp_decoder_select="lsp" qdm2_decoder_select="mdct rdft mpegaudiodsp" ra_1

[libav-devel] [PATCH] mpegts: Fix dead error checks

2012-03-26 Thread Alex Converse
--- libavformat/mpegts.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index dd51b85..c6af892 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -1389,16 +1389,18 @@ static void pmt_cb(MpegTSFilte

Re: [libav-devel] [PATCH 1/1] mpegmux: add stuffing to avoid incomplete PCM frames

2012-03-26 Thread Janne Grunau
On 2012-03-13 18:36:18 +0100, Janne Grunau wrote: > --- > libavformat/mpegenc.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/libavformat/mpegenc.c b/libavformat/mpegenc.c > index 852b3f1..1e2fcb1 100644 > --- a/libavformat/mpegenc.c > +++ b/libavformat/mpegen

[libav-devel] [PATCH 1/1] rv34: set mb_num_left to 0 after finishing a frame

2012-03-26 Thread Janne Grunau
From: "Ronald S. Bultje" On 2012-03-26 14:54:56 -0700, Ronald S. Bultje wrote: > From: "Ronald S. Bultje" > > This will (in ER) write to the pic->mb_type[] array of the previous > image, which may in a subsequent thread already have been re-used for a > new image, thus causing two threads to wri

[libav-devel] [PATCH] rv34: don't do error resilience on previous/incomplete frames in mt-mode.

2012-03-26 Thread Ronald S. Bultje
From: "Ronald S. Bultje" This will (in ER) write to the pic->mb_type[] array of the previous image, which may in a subsequent thread already have been re-used for a new image, thus causing two threads to write to the same pic->mb_type[] array, causing a race condition which can crash in rv34_deco

Re: [libav-devel] [PATCH] dvenc: print allowed profiles if the video doesn't conform to any of them.

2012-03-26 Thread Luca Barbato
On 26/03/12 04:09, Anton Khirnov wrote: > --- > libavcodec/dv.c |6 -- > libavcodec/dvdata.c | 12 > libavcodec/dvdata.h |5 + > 3 files changed, 21 insertions(+), 2 deletions(-) > Looks fine. lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero

Re: [libav-devel] [PATCH 8/8] cabac: add overread protection to BRANCHLESS_GET_CABAC().

2012-03-26 Thread Luca Barbato
On 26/03/12 11:54, Kostya Shishkov wrote: > On Sat, Mar 24, 2012 at 12:32:55PM -0700, Ronald S. Bultje wrote: >> Hi, >> >> On Thu, Mar 22, 2012 at 7:05 AM, Kostya Shishkov >> wrote: >>> Can we get at least several compilers and compiler version output for the >>> functions that use it? It's inline

Re: [libav-devel] [PATCH] FATE: add a test for vp8 with changing frame size.

2012-03-26 Thread Ronald S. Bultje
Hi, On Mon, Mar 26, 2012 at 12:23 PM, Anton Khirnov wrote: > --- >  tests/fate/vpx.mak             |    4 >  tests/ref/fate/vp8-size-change |   31 +++ >  2 files changed, 35 insertions(+), 0 deletions(-) >  create mode 100644 tests/ref/fate/vp8-size-change > > dif

[libav-devel] [PATCH] FATE: add a test for vp8 with changing frame size.

2012-03-26 Thread Anton Khirnov
--- tests/fate/vpx.mak |4 tests/ref/fate/vp8-size-change | 31 +++ 2 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 tests/ref/fate/vp8-size-change diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index 1560fe9..d7b2f22 1

Re: [libav-devel] [PATCH 8/8] cabac: add overread protection to BRANCHLESS_GET_CABAC().

2012-03-26 Thread Kostya Shishkov
On Sat, Mar 24, 2012 at 12:32:55PM -0700, Ronald S. Bultje wrote: > Hi, > > On Thu, Mar 22, 2012 at 7:05 AM, Kostya Shishkov > wrote: > > Can we get at least several compilers and compiler version output for the > > functions that use it? It's inline assembly, so compiler output for these > > may

Re: [libav-devel] multithreading problem

2012-03-26 Thread kapetr
Hello, I have try it in Ubuntu precise 12.04 with libav 0.8.1 Better :-) but the idle time is in comparison to x264 still high: LIBAV - 13+14% X264 - 3+4% in top is the same core for all threads now used less times ... +- 6/10 better - THANKS - but could be even better. Below I present th

Re: [libav-devel] multithreading problem

2012-03-26 Thread Luca Barbato
On 26/03/12 08:15, kapetr wrote: > Hello, > > Finally, I changed my old Athlon XP2800 + for Intel dual core Sandy. > > I'm encoding video with avidemux or ffmpeg - now - with hope to use > real multithreading. > Try to use avconv from libav-0.8.1, it should have some of those issue fixed. Keep

[libav-devel] multithreading problem

2012-03-26 Thread kapetr
Hello, Finally, I changed my old Athlon XP2800 + for Intel dual core Sandy. I'm encoding video with avidemux or ffmpeg - now - with hope to use real multithreading. But if I use libavcodec, I can see in "top" (+H) these threads, but my CPU is NOT used up to 200%. 1. in avidemux: I see one thre

Re: [libav-devel] [PATCH] build: Do not explicitly add the doc directory to the OBJDIRS list.

2012-03-26 Thread Måns Rullgård
Diego Biurrun writes: > Now that there are generated texi source files in the doc directory, It's the doc generator residing there that adds it to the list, not the generated texi files themselves. > this is no longer necessary. Fixes the Make warning: > Makefile:188: target `doc' given more t

[libav-devel] [PATCH] build: Do not explicitly add the doc directory to the OBJDIRS list.

2012-03-26 Thread Diego Biurrun
Now that there are generated texi source files in the doc directory, this is no longer necessary. Fixes the Make warning: Makefile:188: target `doc' given more than once in the same rule. --- doc/Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/doc/Makefile b/doc/

Re: [libav-devel] [PATCH] build: ppc: drop stray leftover semicolon

2012-03-26 Thread Måns Rullgård
Diego Biurrun writes: > --- > > Yeah, I'm off to hide in the shaming corner with a brown paperbag > pulled over my head... > > libavcodec/ppc/Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/ppc/Makefile b/libavcodec/ppc/Makefile > index 85790ec.

[libav-devel] [PATCH] build: ppc: drop stray leftover semicolon

2012-03-26 Thread Diego Biurrun
--- Yeah, I'm off to hide in the shaming corner with a brown paperbag pulled over my head... libavcodec/ppc/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/ppc/Makefile b/libavcodec/ppc/Makefile index 85790ec..d15fe2a 100644 --- a/libavcodec/ppc/Make

Re: [libav-devel] ppc{32,64} FATE failures

2012-03-26 Thread Ronald S. Bultje
Hi, On Mon, Mar 26, 2012 at 6:48 AM, Sean McGovern wrote: > It looks like Diego's prettyprinting fixups broke some symbol visibility on > these. Do we know which commit exactly? Diego? Ronald ___ libav-devel mailing list libav-devel@libav.org https:/

[libav-devel] ppc{32,64} FATE failures

2012-03-26 Thread Sean McGovern
It looks like Diego's prettyprinting fixups broke some symbol visibility on these. -- Sean McG. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 5/6] x86: conditionally compile H.264 QPEL optimizations

2012-03-26 Thread Måns Rullgård
"Ronald S. Bultje" writes: > Hi, > > On Mon, Mar 26, 2012 at 4:21 AM, Diego Biurrun wrote: >> On Sun, Mar 25, 2012 at 07:52:36AM -0700, Ronald S. Bultje wrote: >>> On Sun, Mar 25, 2012 at 3:21 AM, Diego Biurrun wrote: >>> > On Sat, Mar 24, 2012 at 01:21:00PM -0700, Ronald S. Bultje wrote: >>> >

Re: [libav-devel] [PATCH 5/6] x86: conditionally compile H.264 QPEL optimizations

2012-03-26 Thread Ronald S. Bultje
Hi, On Mon, Mar 26, 2012 at 4:21 AM, Diego Biurrun wrote: > On Sun, Mar 25, 2012 at 07:52:36AM -0700, Ronald S. Bultje wrote: >> On Sun, Mar 25, 2012 at 3:21 AM, Diego Biurrun wrote: >> > On Sat, Mar 24, 2012 at 01:21:00PM -0700, Ronald S. Bultje wrote: >> >> On Fri, Mar 9, 2012 at 5:35 AM, Dieg

Re: [libav-devel] [PATCH] targa: convert to bytestream2.

2012-03-26 Thread Ronald S. Bultje
Hi, On Sun, Mar 25, 2012 at 11:30 PM, Luca Barbato wrote: > On 3/25/12 4:20 PM, Ronald S. Bultje wrote: >> >> Also remove some write-only variables or write-only variable >> assignments, remove internal colorspace conversion to native >> endianness (that can be done by swscale much more efficient

Re: [libav-devel] [PATCH] lavf: make av_interleave_packet_per_dts() private.

2012-03-26 Thread Luca Barbato
On 3/26/12 1:58 AM, Martin Storsjö wrote: Therefore, I'll apply the patch if there's no more comments on this in a while - this doesn't stop us from doing the follow-up later if we feel it would be better that way. I think we are going into splitting init/write_headers and write_trailer/deinit

Re: [libav-devel] [PATCH] build: Make floating point AAN and JPEG DCTs individually selectable.

2012-03-26 Thread Måns Rullgård
Diego Biurrun writes: > On Mon, Mar 26, 2012 at 12:03:12PM +0100, Måns Rullgård wrote: >> Diego Biurrun writes: >> > --- a/configure >> > +++ b/configure >> > @@ -115,7 +115,8 @@ Component options: >> >--disable-dctdisable DCT code >> > - --disable-fftdisable FFT cod

Re: [libav-devel] [PATCH] build: Make floating point AAN and JPEG DCTs individually selectable.

2012-03-26 Thread Diego Biurrun
On Mon, Mar 26, 2012 at 12:03:12PM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > --- a/configure > > +++ b/configure > > @@ -115,7 +115,8 @@ Component options: > >--disable-dctdisable DCT code > > - --disable-fftdisable FFT code > > + --disable-faandct

Re: [libav-devel] [PATCH 2/2] build: Only clean the architecture subdirectory we build for.

2012-03-26 Thread Diego Biurrun
On Sun, Mar 25, 2012 at 11:41:12AM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > > This allows simplifying the Makefiles; it is no longer necessary to register > > arch subdirectory Makefiles, just putting them in place is enough. > > --- > > libavcodec/Makefile |2 -- > > libavfi

Re: [libav-devel] [PATCH] configure: Drop stray duplicate entry for --disable-fft from help output.

2012-03-26 Thread Måns Rullgård
Diego Biurrun writes: > --- > configure |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index 57b5afb..dd3cda1 100755 > --- a/configure > +++ b/configure > @@ -115,7 +115,6 @@ Component options: >--enable-x11grab enable X11 grabbi

[libav-devel] [PATCH] configure: Drop stray duplicate entry for --disable-fft from help output.

2012-03-26 Thread Diego Biurrun
--- configure |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 57b5afb..dd3cda1 100755 --- a/configure +++ b/configure @@ -115,7 +115,6 @@ Component options: --enable-x11grab enable X11 grabbing [no] --disable-networkdisable

Re: [libav-devel] [PATCH] build: Only clean the architecture subdirectory we build for.

2012-03-26 Thread Måns Rullgård
Diego Biurrun writes: > This allows simplifying the Makefiles; it is no longer necessary to register > arch subdirectory Makefiles, just putting them in place is enough. > --- > The only change to the previous incarnation is the removal of the now-unused > DIRS variable from the SUBDIR_VARS list

[libav-devel] [PATCH] build: Only clean the architecture subdirectory we build for.

2012-03-26 Thread Diego Biurrun
This allows simplifying the Makefiles; it is no longer necessary to register arch subdirectory Makefiles, just putting them in place is enough. --- The only change to the previous incarnation is the removal of the now-unused DIRS variable from the SUBDIR_VARS list in the top-level Makefile. Makef

Re: [libav-devel] [PATCH 5/6] x86: conditionally compile H.264 QPEL optimizations

2012-03-26 Thread Diego Biurrun
On Sun, Mar 25, 2012 at 07:52:36AM -0700, Ronald S. Bultje wrote: > On Sun, Mar 25, 2012 at 3:21 AM, Diego Biurrun wrote: > > On Sat, Mar 24, 2012 at 01:21:00PM -0700, Ronald S. Bultje wrote: > >> On Fri, Mar 9, 2012 at 5:35 AM, Diego Biurrun wrote: > >> > diff --git a/configure b/configure > >>

Re: [libav-devel] [PATCH] build: Make floating point AAN and JPEG DCTs individually selectable.

2012-03-26 Thread Måns Rullgård
Kostya Shishkov writes: > On Mon, Mar 26, 2012 at 12:03:12PM +0100, Måns Rullgård wrote: >> Diego Biurrun writes: >> >> > --- >> > configure| 24 ++-- >> > libavcodec/Makefile |3 ++- >> > libavcodec/dsputil.c |6 -- >> > 3 files changed, 20 inser

Re: [libav-devel] [PATCH] build: Make floating point AAN and JPEG DCTs individually selectable.

2012-03-26 Thread Kostya Shishkov
On Mon, Mar 26, 2012 at 12:03:12PM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > > --- > > configure| 24 ++-- > > libavcodec/Makefile |3 ++- > > libavcodec/dsputil.c |6 -- > > 3 files changed, 20 insertions(+), 13 deletions(-) > > > > d

[libav-devel] [PATCH] dvenc: print allowed profiles if the video doesn't conform to any of them.

2012-03-26 Thread Anton Khirnov
--- libavcodec/dv.c |6 -- libavcodec/dvdata.c | 12 libavcodec/dvdata.h |5 + 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/libavcodec/dv.c b/libavcodec/dv.c index a0cbcfa..e6132ea 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -323,9 +3

Re: [libav-devel] [PATCH] build: Make floating point AAN and JPEG DCTs individually selectable.

2012-03-26 Thread Måns Rullgård
Diego Biurrun writes: > --- > configure| 24 ++-- > libavcodec/Makefile |3 ++- > libavcodec/dsputil.c |6 -- > 3 files changed, 20 insertions(+), 13 deletions(-) > > diff --git a/configure b/configure > index 57b5afb..aa8efb3 100755 > --- a/configu

Re: [libav-devel] [PATCH] dv: Split off DV video decoder into its own file.

2012-03-26 Thread Anton Khirnov
On Sun, 18 Mar 2012 19:06:14 +0100, Diego Biurrun wrote: > --- > > Before I split off the encoder first, the decoder second, but that breaks > FATE for some reason that I don't yet understand (ideas, anyone?). So > this version of the patch splits off the decoder first and is rebased on > top o

[libav-devel] [PATCH] build: Make floating point AAN and JPEG DCTs individually selectable.

2012-03-26 Thread Diego Biurrun
--- configure| 24 ++-- libavcodec/Makefile |3 ++- libavcodec/dsputil.c |6 -- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/configure b/configure index 57b5afb..aa8efb3 100755 --- a/configure +++ b/configure @@ -115,7 +115,8 @@ Co

Re: [libav-devel] [PATCH] lavf: make av_interleave_packet_per_dts() private.

2012-03-26 Thread Martin Storsjö
On Sun, 25 Mar 2012, Jindřich Makovička wrote: 2012/3/24 Martin Storsjö : On Wed, 21 Mar 2012, Jindřich Makovička wrote: Would it be acceptable to extend the semantics (patch attached) of av_interleaved_write_frame() to interpret pkt==NULL as a request to flush queued packets? pkt==NULL is cu

Re: [libav-devel] [PATCH] lavf: make av_interleave_packet_per_dts() private.

2012-03-26 Thread Martin Storsjö
On Sat, 24 Mar 2012, Martin Storsjö wrote: On Wed, 21 Mar 2012, Jindřich Makovička wrote: 2012/3/21 Martin Storsjö : Hi, On Wed, 21 Mar 2012, Jindřich Makovička wrote: 2012/3/21 Martin Storsjö : Also, as a completely orthogonal issue, I don't know the mpegts muxer in detail - I think it

Re: [libav-devel] [PATCH] build: Make floating point AAN and JPEG DCTs individually selectable.

2012-03-26 Thread Diego Biurrun
On Sun, Mar 25, 2012 at 11:48:34AM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > --- a/libavcodec/dsputil.c > > +++ b/libavcodec/dsputil.c > > @@ -2790,25 +2790,27 @@ av_cold void ff_dsputil_init(DSPContext* c, > > AVCodecContext *avctx) > > > > -#if CONFIG_ENCODERS > > +#if CONFIG_FAAN

Re: [libav-devel] [PATCH 2/2] doc: pass -Idoc texi2html and texi2pod

2012-03-26 Thread Anton Khirnov
On Tue, 20 Mar 2012 17:14:21 -0700, Dave Yeo wrote: > On 03/20/12 03:54 am, Mans Rullgard wrote: > > This fixes doc generation in build tree separate from source. > > > > Signed-off-by: Mans Rullgard --- doc/Makefile | > > 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --