Josep Torra
e73280782c
closedcaption: fix build error in OSX
...
Fixes the following error by commenting an unused block.
./misc.h:503:11: error: 'strlcpy' macro redefined [-Werror,-Wmacro-redefined]
2019-03-25 18:28:55 +01:00
Nirbheek Chauhan
81fd48bcb5
closedcaption: Use portable variadic macro syntax
...
args... is not understood by MSVC:
error C2010: '.': unexpected in macro parameter list
2019-02-15 23:50:11 +05:30
Olivier Crête
bfcc073ed4
ext/closedcaption/misc.h: Transform into UTF-8
2018-06-21 08:49:01 -04:00
Edward Hervey
5d697cd804
closedcaption: Fix compilation without debugging
2018-05-28 15:55:57 +02:00
Edward Hervey
9ee58b5aeb
closedcaption: zvbi: Add gst-debug category to zvbi code
...
And adapt their logging system to go through it
2018-05-28 15:04:24 +02:00
Edward Hervey
7ea93b9f94
closedcaption: zvbi: Comment out bogus redefinition
...
All this code should be converted to glib eventually, but for now
just comment out a function which isn't even used
2018-05-28 15:04:02 +02:00
Edward Hervey
b0b02e7cb5
closedcaption: Include zvbi raw vbi decoder code
...
Current code from zapping/zvbi as of 2018-03-14. Files copied
are all LGPL v2+.
Changes from original zvbi code:
* Switch to gst-debug logging system
* Use glib for endianness detection
* Fix compilation warnings
2018-05-28 14:50:01 +02:00