Re: [libav-devel] [PATCH] Makefile: fix checking whether reconfiguring is required

2016-10-19 Thread Martin Storsjö
On Wed, 19 Oct 2016, Anton Khirnov wrote: It didn't take into account the new pattern used for bitstream filters and protocols. --- Makefile | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34f0c9c..d76173c 100644 --- a/Makefile +++ b/Makefile

Re: [libav-devel] [PATCH] Makefile: fix checking whether reconfiguring is required

2016-10-19 Thread Diego Biurrun
On Wed, Oct 19, 2016 at 07:29:55AM +0200, Anton Khirnov wrote: > --- a/Makefile > +++ b/Makefile > @@ -121,8 +121,14 @@ $(TOOLS): %$(EXESUF): %.o $(EXEOBJS) > > +CONFIGURABLE_COMPONENTS = \ > +$(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c))

Re: [libav-devel] [PATCH] Makefile: fix checking whether reconfiguring is required

2016-10-19 Thread Luca Barbato
On 19/10/2016 07:29, Anton Khirnov wrote: > It didn't take into account the new pattern used for bitstream filters > and protocols. > --- > Makefile | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Ok. ___ libav-devel mailing list

[libav-devel] [PATCH] Makefile: fix checking whether reconfiguring is required

2016-10-18 Thread Anton Khirnov
It didn't take into account the new pattern used for bitstream filters and protocols. --- Makefile | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34f0c9c..d76173c 100644 --- a/Makefile +++ b/Makefile @@ -121,8 +121,14 @@ $(TOOLS): %$(EXESUF):