Displaying 3 results from an estimated 3 matches for "b76d4f".
Did you mean:
b765f4f
2013 Jan 02
2
/usr/include/FLAC no longer searched for headers
I've received a bugreport that vlc doesn't compile with the current
flac. The problem seems to be that it includes "stream_decoder.h"
instead of "FLAC/stream_decoder.h". This no longer works due to the
commit b76d4f (it was discussed on this list).
I'm not sure how many clients are relying on the directory to be
searched by default, but I think it might be worth mentioning in the
changelog.
--
Miroslav Lichvar
2013 Jan 02
0
/usr/include/FLAC no longer searched for headers
Miroslav Lichvar wrote:
> I've received a bugreport that vlc doesn't compile with the current
> flac. The problem seems to be that it includes "stream_decoder.h"
> instead of "FLAC/stream_decoder.h". This no longer works due to the
> commit b76d4f (it was discussed on this list).
>
> I'm not sure how many clients are relying on the directory to be
> searched by default, but I think it might be worth mentioning in the
> changelog.
Thats weird, the flac source tree in git doesn't seem to have a
changelog file. Instead its...
2013 Jan 02
1
/usr/include/FLAC no longer searched for headers
...roslav Lichvar wrote:
>
>> I've received a bugreport that vlc doesn't compile with the current
>> flac. The problem seems to be that it includes "stream_decoder.h"
>> instead of "FLAC/stream_decoder.h". This no longer works due to the
>> commit b76d4f (it was discussed on this list).
>>
>> I'm not sure how many clients are relying on the directory to be
>> searched by default, but I think it might be worth mentioning in the
>> changelog.
> Thats weird, the flac source tree in git doesn't seem to have a
> cha...