Browse Source

avformat/os_support: Add _DEFAULT_SOURCE to hide warning about _SVID_SOURCE depreciation

As suggested, this just adds _DEFAULT_SOURCE while preserving
_SVID_SOURCE for whatever old systems still need it.

Signed-off-by: Daniel Bomar <dbdaniel42@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Daniel Bomar Michael Niedermayer 11 years ago
parent
commit
af1818276e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/os_support.c

+ 1
- 0
libavformat/os_support.c View File

@@ -21,6 +21,7 @@
*/

/* needed by inet_aton() */
#define _DEFAULT_SOURCE
#define _SVID_SOURCE

#include "config.h"


Loading…
Cancel
Save