mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +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)
|
||||
_vbi_nonnull ((1, 2));
|
||||
|
||||
/* strndup() is a BSD/GNU extension. */
|
||||
#ifndef HAVE_STRNDUP
|
||||
# define strndup _vbi_strndup
|
||||
#endif
|
||||
/* /\* strndup() is a BSD/GNU extension. *\/ */
|
||||
/* #ifndef HAVE_STRNDUP */
|
||||
/* # define strndup _vbi_strndup */
|
||||
/* #endif */
|
||||
|
||||
extern char *
|
||||
_vbi_strndup (const char * s,
|
||||
size_t len)
|
||||
_vbi_nonnull ((1));
|
||||
/* extern char * */
|
||||
/* _vbi_strndup (const char * s, */
|
||||
/* size_t len) */
|
||||
/* _vbi_nonnull ((1)); */
|
||||
|
||||
/* vasprintf() is a GNU extension. */
|
||||
#ifndef HAVE_VASPRINTF
|
||||
|
|
Loading…
Reference in a new issue