[FFmpeg-cvslog] build: add support for Tru64 (OSF/1)

Mans Rullgard git at videolan.org
Fri Oct 12 15:39:43 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Oct 11 12:33:38 2012 +0100| [fdd666094d42f46935a86ad8375cec67c540bf38] | committer: Mans Rullgard

build: add support for Tru64 (OSF/1)

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fdd666094d42f46935a86ad8375cec67c540bf38
---

 configure |    4 ++++
 1 file changed, 4 insertions(+)

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)
         ;;
     *)



More information about the ffmpeg-cvslog mailing list