summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-06-14 14:49:46 +0000
committerDiego Biurrun <diego@biurrun.de>2009-06-14 14:49:46 +0000
commit90b4f091770b38b803ce63a9dba2c03b643e732d (patch)
tree2e0dc03743376967687eb2a33a8c457172cd8475 /configure
parentd6dcfc7f5bce6ed9f8a662ee25ed297ebca35207 (diff)
Merge FreeBSD and DragonFlyBSD OS detection sections.
Apparently DragonFlyBSD does not need memalign either. Originally committed as revision 19191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index de4198977b..38f84a823a 100755
--- a/configure
+++ b/configure
@@ -1629,11 +1629,9 @@ case $target_os in
oss_demuxer_extralibs="-lossaudio"
oss_muxer_extralibs="-lossaudio"
;;
- freebsd)
+ freebsd|dragonfly)
disable need_memalign
;;
- dragonfly)
- ;;
bsd/os)
osextralibs="-lpoll -lgnugetopt"
strip="strip -d"