On 8/16/2016 2:00 PM, Michael Niedermayer wrote:
On Tue, Aug 16, 2016 at 12:57:53PM -0400, Stephen Hutchinson wrote:
On 8/16/2016 9:31 AM, Michael Niedermayer wrote:
breaks build
libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in a
function)
libavformat/avisynth.c:1
On Tue, Aug 16, 2016 at 12:57:53PM -0400, Stephen Hutchinson wrote:
> On 8/16/2016 9:31 AM, Michael Niedermayer wrote:
> >
> >breaks build
> >
> >libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in
> >a function)
> >libavformat/avisynth.c:100:54: error: ‘AVS_PLANAR_B’ unde
On 8/16/2016 9:46 AM, Roger Pack wrote:
Does this require some version check in configure to be added as well?
No. We ship the header ourselves, rendering a version check in configure
moot. What configure checks for is the presence of the dynamic loading
functionality that the library depen
On 8/16/2016 9:31 AM, Michael Niedermayer wrote:
breaks build
libavformat/avisynth.c:100:40: error: ‘AVS_PLANAR_G’ undeclared here (not in a
function)
libavformat/avisynth.c:100:54: error: ‘AVS_PLANAR_B’ undeclared here (not in a
function)
libavformat/avisynth.c:101:43: error: ‘AVS_PLANAR_R’
Does this require some version check in configure to be added as well?
On 8/16/16, Michael Niedermayer wrote:
> On Mon, Aug 15, 2016 at 12:37:31PM -0400, Stephen Hutchinson wrote:
>> A number of new pix_fmts have been added to AviSynth+:
>> 16-bit packed RGB and RGBA
>> 10-, 12-, 14, and 16-bit Y
On Mon, Aug 15, 2016 at 12:37:31PM -0400, Stephen Hutchinson wrote:
> A number of new pix_fmts have been added to AviSynth+:
> 16-bit packed RGB and RGBA
> 10-, 12-, 14, and 16-bit YUV 4:2:0, 4:2:2, and 4:4:4
> 8-, 10-, 12-, 14-, and 16-bit Planar RGB
> 8-, 10-, 12-, 14-, and 16-bit Planar YUVA and