mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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
This commit is contained in:
parent
c3a9835c05
commit
7ea93b9f94
1 changed files with 8 additions and 8 deletions
|
@ -480,15 +480,15 @@ _vbi_strlcpy (char * dst,
|
||||||
size_t size)
|
size_t size)
|
||||||
_vbi_nonnull ((1, 2));
|
_vbi_nonnull ((1, 2));
|
||||||
|
|
||||||
/* strndup() is a BSD/GNU extension. */
|
/* /\* strndup() is a BSD/GNU extension. *\/ */
|
||||||
#ifndef HAVE_STRNDUP
|
/* #ifndef HAVE_STRNDUP */
|
||||||
# define strndup _vbi_strndup
|
/* # define strndup _vbi_strndup */
|
||||||
#endif
|
/* #endif */
|
||||||
|
|
||||||
extern char *
|
/* extern char * */
|
||||||
_vbi_strndup (const char * s,
|
/* _vbi_strndup (const char * s, */
|
||||||
size_t len)
|
/* size_t len) */
|
||||||
_vbi_nonnull ((1));
|
/* _vbi_nonnull ((1)); */
|
||||||
|
|
||||||
/* vasprintf() is a GNU extension. */
|
/* vasprintf() is a GNU extension. */
|
||||||
#ifndef HAVE_VASPRINTF
|
#ifndef HAVE_VASPRINTF
|
||||||
|
|
Loading…
Reference in a new issue