Re: [FFmpeg-devel] [PATCH]Set the default for --shlibdir to --libdir

2014-12-14 Thread Carl Eugen Hoyos
Ivan Kalvachev gmail.com> writes: > Please, commit your current patch. Merged by Michael. > BTW, another possible solution is to remove > --shlibdir entirely. Is that option even used/useful? Removing sounds like introducing a regression for no gain to me. Thank you, Carl Eugen ___

Re: [FFmpeg-devel] [PATCH]Set the default for --shlibdir to --libdir

2014-12-14 Thread Ivan Kalvachev
On 12/13/14, Carl Eugen Hoyos wrote: > Clément Bœsch pkh.me> writes: > >> > > > Attached patch fixes ticket #4183. > >> >--libdir=DIR install libs in DIR [PREFIX/lib] >> > - --shlibdir=DIR install shared libs in DIR [PREFIX/lib] >> > + --shlibdir=DIR install

Re: [FFmpeg-devel] [PATCH]Set the default for --shlibdir to --libdir

2014-12-13 Thread Carl Eugen Hoyos
Clément Bœsch pkh.me> writes: > > > > Attached patch fixes ticket #4183. > >--libdir=DIR install libs in DIR [PREFIX/lib] > > - --shlibdir=DIR install shared libs in DIR [PREFIX/lib] > > + --shlibdir=DIR install shared libs in DIR [LIBDIR] > What if LIBDIR

Re: [FFmpeg-devel] [PATCH]Set the default for --shlibdir to --libdir

2014-12-13 Thread Clément Bœsch
On Sat, Dec 13, 2014 at 01:50:03AM +0100, Carl Eugen Hoyos wrote: > On Saturday 13 December 2014 01:12:02 am Ivan Kalvachev wrote: > > On 12/12/14, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached patch fixes ticket #4183. > > > > > > Please review, Carl Eugen > > > > You should also update

Re: [FFmpeg-devel] [PATCH]Set the default for --shlibdir to --libdir

2014-12-12 Thread Michael Niedermayer
On Sat, Dec 13, 2014 at 01:50:03AM +0100, Carl Eugen Hoyos wrote: > On Saturday 13 December 2014 01:12:02 am Ivan Kalvachev wrote: > > On 12/12/14, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached patch fixes ticket #4183. > > > > > > Please review, Carl Eugen > > > > You should also update

Re: [FFmpeg-devel] [PATCH]Set the default for --shlibdir to --libdir

2014-12-12 Thread Carl Eugen Hoyos
On Saturday 13 December 2014 01:12:02 am Ivan Kalvachev wrote: > On 12/12/14, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch fixes ticket #4183. > > > > Please review, Carl Eugen > > You should also update the configure help text, as the default is not > PREFIX/lib anymore. New patch atta

Re: [FFmpeg-devel] [PATCH]Set the default for --shlibdir to --libdir

2014-12-12 Thread Ivan Kalvachev
On 12/12/14, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #4183. > > Please review, Carl Eugen You should also update the configure help text, as the default is not PREFIX/lib anymore. Best Regards ___ ffmpeg-devel mailing list ffmpeg-

[FFmpeg-devel] [PATCH]Set the default for --shlibdir to --libdir

2014-12-12 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #4183. Please review, Carl Eugen diff --git a/configure b/configure index e2e3619..dc6c742 100755 --- a/configure +++ b/configure @@ -2685,7 +2685,7 @@ docdir_default='${prefix}/share/doc/ffmpeg' incdir_default='${prefix}/include' libdir_default='${prefix}/lib'