package/dvblast: fix musl build
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 30 Oct 2015 15:43:43 +0000 (16:43 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 31 Oct 2015 15:02:24 +0000 (16:02 +0100)
commit922b67d89c49f7c7778a7c95e7ef398c408fb507
tree40f8a606586f1dce5fd5dd6f80834a2bdf7f5376
parentce9e577306eee1f01d19338abe0b0fbb4cf2a294
package/dvblast: fix musl build

In order to make dvblast build with the musl C library, use the
standard uintXX_t integer types instead of u_intXX_t.

Fixes:
    http://autobuild.buildroot.org/results/a43/a434372d84544116e7bb4a88c0ee437ae0578007/
    http://autobuild.buildroot.org/results/167/167efb284be47ae3e90fe7a8e6316e757b59cd3e/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Julian Scheel <julian@jusst.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/dvblast/0002-fix-int-types.patch [new file with mode: 0644]