Re: [FFmpeg-devel] [PATCH v2] build: add install targets for the examples

2017-10-05 Thread James Almer
On 10/5/2017 3:10 AM, Clément Bœsch wrote: > On Thu, Oct 05, 2017 at 12:55:19AM -0300, James Almer wrote: >> Split it off from install-data. >> >> Among other things, this prevents spamming triplicate log lines during >> install. >> >> Signed-off-by: James Almer >> --- >> Updated to apply after a

Re: [FFmpeg-devel] [PATCH v2] build: add install targets for the examples

2017-10-04 Thread Clément Bœsch
On Thu, Oct 05, 2017 at 12:55:19AM -0300, James Almer wrote: > Split it off from install-data. > > Among other things, this prevents spamming triplicate log lines during > install. > > Signed-off-by: James Almer > --- > Updated to apply after a recent merge. > > Makefile | 6 ++-

[FFmpeg-devel] [PATCH v2] build: add install targets for the examples

2017-10-04 Thread James Almer
Split it off from install-data. Among other things, this prevents spamming triplicate log lines during install. Signed-off-by: James Almer --- Updated to apply after a recent merge. Makefile | 6 ++ doc/examples/Makefile | 14 +- 2 files changed, 15 insertions(+),