Module: libav Branch: master Commit: fdd666094d42f46935a86ad8375cec67c540bf38
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Thu Oct 11 12:33:38 2012 +0100 build: add support for Tru64 (OSF/1) Signed-off-by: Mans Rullgard <[email protected]> --- configure | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 67f88eb..bc3a218 100755 --- a/configure +++ b/configure @@ -2873,6 +2873,10 @@ case $target_os in -l:drtaeabi.dso -l:scppnwdl.dso -lsupc++ -lgcc \ -l:libc.dso -l:libm.dso -l:euser.dso -l:libcrt0.lib ;; + osf1) + add_cppflags -D_OSF_SOURCE -D_POSIX_PII -D_REENTRANT + AVSERVERLDFLAGS= + ;; none) ;; *) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
