On Sun, May 08, 2016 at 05:17:08PM +0200, Paul B Mahol wrote: > Hi, > > patch attached.
> libavcodec/Makefile | 9 - > libavcodec/allcodecs.c | 1 > libavcodec/avcodec.h | 1 > libavcodec/codec_desc.c | 7 > libavcodec/dsd_tablegen.h | 18 -- > libavcodec/dsddec.c | 63 ------- > libavcodec/dstdec.c | 394 > ++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/utils.c | 2 > libavformat/iff.c | 71 ++++++++ > 9 files changed, 483 insertions(+), 83 deletions(-) > a3f959612604fc5df0f82b3c32716bda06de3f9f > 0001-avcodec-add-Direct-Stream-Transfer-DST-decoder.patch > From 1c46c6aec755b4e18be6c0f69f8c278c9de9a4b4 Mon Sep 17 00:00:00 2001 > From: Peter Ross <pr...@xvid.org> > Date: Thu, 5 May 2016 21:21:27 +0200 > Subject: [PATCH] avcodec: add Direct Stream Transfer (DST) decoder [...] > diff --git a/libavcodec/dsd_tablegen.h b/libavcodec/dsd_tablegen.h > index 990d57a..e5da86a 100644 > --- a/libavcodec/dsd_tablegen.h > +++ b/libavcodec/dsd_tablegen.h > @@ -25,6 +25,7 @@ > > #include <stdint.h> > #include "libavutil/attributes.h" > +#include "dsd.h" seems to fail to build due to a missig file libavcodec/dsddec.c:32:17: fatal error: dsd.h: No such file or directory [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel