myrao / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

FilterMode duplicate defs #259

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From http://www.spinics.net/lists/fedora-package-announce/msg83152.html

Investigate:
--------------------------------------------------------------------------------
Update Information:

* Fix for multiple definition of 'enum libyuv::FilterMode'

In file included from /usr/include/libyuv.h:23:0,
                 from conftest.cpp:56:
/usr/include/libyuv/scale_argb.h:22:6: error: multiple definition of 'enum 
libyuv::FilterMode'
In file included from /usr/include/libyuv.h:22:0,
                 from conftest.cpp:56:
/usr/include/libyuv/scale.h:22:6: error: previous definition here

Original issue reported on code.google.com by fbarch...@google.com on 20 Aug 2013 at 6:08

GoogleCodeExporter commented 8 years ago
/usr/include/libyuv/scale_argb.h does not contain the types.

Original comment by fbarch...@google.com on 25 Aug 2013 at 8:26