[Ffmpeg-cvslog] CVS: ffmpeg configure,1.176,1.177
Michael Niedermayer CVS
michael
Mon May 9 15:24:26 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv9999
Modified Files:
configure
Log Message:
OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- configure 9 May 2005 10:21:03 -0000 1.176
+++ configure 9 May 2005 13:24:22 -0000 1.177
@@ -263,6 +263,15 @@
;;
esac
;;
+OpenBSD)
+v4l="no"
+audio_oss="yes"
+dv1394="no"
+make="gmake"
+CFLAGS="$CFLAGS \$(PIC)"
+LDFLAGS="$LDFLAGS -export-dynamic -pthread"
+extralibs="$extralibs -lossaudio"
+;;
FreeBSD)
v4l="no"
audio_oss="yes"
@@ -1295,7 +1304,7 @@
echo "HAVE_PTHREADS=yes" >> config.mak
echo "#define HAVE_PTHREADS 1" >> $TMPH
echo "#define HAVE_THREADS 1" >> $TMPH
- if test $targetos != FreeBSD; then
+ if test $targetos != FreeBSD -a $targetos != OpenBSD ; then
extralibs="$extralibs -lpthread"
fi
fi
More information about the ffmpeg-cvslog
mailing list