On 8/22/11 1:53 PM, Måns Rullgård wrote:
Luca Barbato<[email protected]>  writes:

On 8/22/11 10:46 AM, Colin Watson wrote:

diff --git a/configure b/configure
index 9c6ce0a..aba24c6 100755
--- a/configure
+++ b/configure
@@ -2464,7 +2464,7 @@ case $target_os in
           add_cppflags -U__STRICT_ANSI__
           ;;
       linux)
-        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
+        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
           enable dv1394
           ;;
       irix*)


Doesn't look unreasonable,

Defining _BSD_SOURCE on glibc has all sorts of nasty effects, including
replacing some standard functions with historic BSD variants of the same
names.  Just don't.

_SVID_SOURCE is better/saner then

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to