On Fri, Dec 16, 2016 at 9:27 AM, Steve Lhomme <[email protected]> wrote:
> On Thu, Dec 15, 2016 at 6:52 PM, Diego Biurrun <[email protected]> wrote:
>> On Thu, Dec 15, 2016 at 06:01:42PM +0100, Steve Lhomme wrote:
>>> From: Steve Lhomme <[email protected]>
>>>
>>> avconv_dxva.h has to be included and misc. typedefs have to be set to use 
>>> the
>>> proper DXVA2 structures.
>>>
>>> initguid.h is included in avconv_dxva.h so any includes after that will also
>>> define GUIDs locally.
>>> ---
>>>  avconv_dxva.h  | 294 
>>> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>>  avconv_dxva2.c | 277 +++++++++--------------------------------------------
>>>  2 files changed, 340 insertions(+), 231 deletions(-)
>>>  create mode 100644 avconv_dxva.h
>>
>> Does this pass "make check"?
>
> I'll "check".

            yvyu422             b0364ee13bd574d01b23a0809e6ddca9
make: *** [tests/Makefile:150: fate-filter-pixfmts-copy] Error 1

I'm not sure it's related to this patch.

With a gcc build I get this:

--- ./tests/ref/fate/eval       2015-10-14 08:52:07.548534300 +0200
+++ tests/data/fate/eval        2016-12-16 10:20:34.042753500 +0100
@@ -173,7 +173,7 @@
 'sqrt(1764)' -> 42.000000

 Evaluating 'isnan(sqrt(-1))'
-'isnan(sqrt(-1))' -> 1.000000
+'isnan(sqrt(-1))' -> 0.000000

 Evaluating 'not(1)'
 'not(1)' -> 0.000000
make: *** [tests/Makefile:150: fate-eval] Error 1

I don't think that's related to my patches either.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to