summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-03-07 03:13:04 +0100
committermannol <eniz_vukovic@hotmail.com>2014-03-07 03:13:04 +0100
commit6a78e2e71c1471b89646a71a1adeb0529cfb73d4 (patch)
tree1d4a05504f63efe64339155ae30e31799bafda57 /configure.ac
parent71284fabf881604ace3167830a0b1667832e971f (diff)
Fixed several bugs and added some features
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6d856828..e916b4a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -487,7 +487,8 @@ fi
487if test "x$BUILD_AV" = "xyes"; then 487if test "x$BUILD_AV" = "xyes"; then
488 # toxcore lib needs an global? 488 # toxcore lib needs an global?
489 # So far this works okay 489 # So far this works okay
490 AV_LIBS="$OPUS_LIBS $VPX_LIBS" 490 ## What about pthread?
491 AV_LIBS="$OPUS_LIBS $VPX_LIBS -pthread"
491 AC_SUBST(AV_LIBS) 492 AC_SUBST(AV_LIBS)
492 493
493 AV_CFLAGS="$OPUS_CFLAGS $VPX_CFLAGS" 494 AV_CFLAGS="$OPUS_CFLAGS $VPX_CFLAGS"