projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6dcfc7
)
Merge FreeBSD and DragonFlyBSD OS detection sections.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 14 Jun 2009 14:49:46 +0000
(14:49 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 14 Jun 2009 14:49:46 +0000
(14:49 +0000)
Apparently DragonFlyBSD does not need memalign either.
Originally committed as revision 19191 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
de41989
..
38f84a8
100755
(executable)
--- 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"