Re: [libav-devel] [PATCH 1/4] fate: Add tests of the ff_make_absolute_url function

2012-10-06 Thread Diego Biurrun
On Sat, Oct 06, 2012 at 10:39:51AM +0100, Måns Rullgård wrote: > Diego Biurrun writes: > > On Sat, Oct 06, 2012 at 02:44:41AM +0300, Martin Storsjö wrote: > >> On Sat, 6 Oct 2012, Diego Biurrun wrote: > >> >On Sat, Oct 06, 2012 at 02:05:21AM +0300, Martin Storsjö wrote: > >> >>--- /dev/null > >> >

Re: [libav-devel] [PATCH 1/4] fate: Add tests of the ff_make_absolute_url function

2012-10-06 Thread Måns Rullgård
Diego Biurrun writes: > On Sat, Oct 06, 2012 at 02:44:41AM +0300, Martin Storsjö wrote: >> On Sat, 6 Oct 2012, Diego Biurrun wrote: >> >On Sat, Oct 06, 2012 at 02:05:21AM +0300, Martin Storsjö wrote: >> >>--- /dev/null >> >>+++ b/libavformat/url-test.c >> >>@@ -0,0 +1,55 @@ >> >>+/* >> >>+ * Copy

Re: [libav-devel] [PATCH 1/4] fate: Add tests of the ff_make_absolute_url function

2012-10-06 Thread Diego Biurrun
On Sat, Oct 06, 2012 at 02:44:41AM +0300, Martin Storsjö wrote: > On Sat, 6 Oct 2012, Diego Biurrun wrote: > >On Sat, Oct 06, 2012 at 02:05:21AM +0300, Martin Storsjö wrote: > >>--- /dev/null > >>+++ b/libavformat/url-test.c > >>@@ -0,0 +1,55 @@ > >>+/* > >>+ * Copyright (c) 2012 Martin Storsjo > >

Re: [libav-devel] [PATCH 1/4] fate: Add tests of the ff_make_absolute_url function

2012-10-05 Thread Martin Storsjö
On Sat, 6 Oct 2012, Diego Biurrun wrote: On Sat, Oct 06, 2012 at 02:05:21AM +0300, Martin Storsjö wrote: --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -376,7 +376,7 @@ SKIPHEADERS-$(CONFIG_NETWORK)+= network.h rtsp.h EXAMPLES = metadata

Re: [libav-devel] [PATCH 1/4] fate: Add tests of the ff_make_absolute_url function

2012-10-05 Thread Diego Biurrun
On Sat, Oct 06, 2012 at 02:05:21AM +0300, Martin Storsjö wrote: > --- a/libavformat/Makefile > +++ b/libavformat/Makefile > @@ -376,7 +376,7 @@ SKIPHEADERS-$(CONFIG_NETWORK)+= network.h > rtsp.h > EXAMPLES = metadata\ >

[libav-devel] [PATCH 1/4] fate: Add tests of the ff_make_absolute_url function

2012-10-05 Thread Martin Storsjö
--- libavformat/Makefile |2 +- libavformat/url-test.c | 55 tests/Makefile |2 ++ tests/fate/libavformat.mak |5 tests/ref/fate/url | 10 5 files changed, 73 insertions(+), 1 deletion(-) crea