On Mon, Aug 11, 2014 at 02:23:47AM +0300, Ivan Kalvachev wrote:
> The patch is inspired by something I read in the Debian discussion.
> Libav and FFmpeg could be installed side by side without conflicts in
> the libraries, thanks to using additional suffixes.
>
> However development/include files
On 8/13/14, Reimar Döffinger wrote:
> On 12.08.2014, at 02:21, Ivan Kalvachev wrote:
>> It would be decided by the gcc -I inclusion option.
>> It modifies the search paths for header files, so that it checks these
>> paths before the system/default ones (When using `#include
>> "libavcodec/avcode
On 12.08.2014, at 02:21, Ivan Kalvachev wrote:
> It would be decided by the gcc -I inclusion option.
> It modifies the search paths for header files, so that it checks these
> paths before the system/default ones (When using `#include
> "libavcodec/avcodec.h" `)
>
> Libav headers are probably goi
On 8/12/14, Andreas Cadhalpun wrote:
> Hi,
>
> On 12.08.2014 02:21, Ivan Kalvachev wrote:
>> On 8/11/14, Andreas Cadhalpun wrote:
>>> Assuming it would be possible to install development packages for both
>>> at the same time, which one should be used, when building a program?
>>
>> It would be d
Hi,
On 12.08.2014 02:21, Ivan Kalvachev wrote:
On 8/11/14, Andreas Cadhalpun wrote:
Assuming it would be possible to install development packages for both
at the same time, which one should be used, when building a program?
It would be decided by the gcc -I inclusion option.
But this path
On 8/11/14, Andreas Cadhalpun wrote:
> Hi Ivan,
>
> On 11.08.2014 01:23, Ivan Kalvachev wrote:
>> The patch is inspired by something I read in the Debian discussion.
>> Libav and FFmpeg could be installed side by side without conflicts in
>> the libraries, thanks to using additional suffixes.
>
>
Hi Ivan,
On 11.08.2014 01:23, Ivan Kalvachev wrote:
The patch is inspired by something I read in the Debian discussion.
Libav and FFmpeg could be installed side by side without conflicts in
the libraries, thanks to using additional suffixes.
Thanks for your interest in the matter.
However de
The patch is inspired by something I read in the Debian discussion.
Libav and FFmpeg could be installed side by side without conflicts in
the libraries, thanks to using additional suffixes.
However development/include files are still conflicting, so I thought
of a simple configure hack to give mor