summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-06-10 12:30:51 +0000
committerDiego Biurrun <diego@biurrun.de>2006-06-10 12:30:51 +0000
commit38f0d3ce7613028337f35dcdc4f8f2aa1070c5e3 (patch)
tree465c06652026606e537f2f7265de7b8fcfcff825 /configure
parent3ef17d626fc06d0ba38d8b3a60dc3334d07705a1 (diff)
Add support for GNU/kFreeBSD systems.
patch from Petr Salinger submitted by Sam Hocevar Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index b4f6ac2773..dcb8d93aa9 100755
--- a/configure
+++ b/configure
@@ -414,6 +414,15 @@ make="gmake"
CFLAGS="$CFLAGS -pthread"
FFLDFLAGS="$FFLDFLAGS -export-dynamic -pthread"
;;
+GNU/kFreeBSD)
+v4l="no"
+v4l2="no"
+bktr="yes"
+audio_oss="yes"
+dv1394="no"
+CFLAGS="$CFLAGS -pthread"
+LDFLAGS="$LDFLAGS -rdynamic"
+;;
BSD/OS)
v4l="no"
v4l2="no"