Browse Source

Do not check_lib for -lva if vaapi is disabled, having -lva in extralibs

if vaapi is disabled is at best pointless.

Originally committed as revision 23417 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Reimar Döffinger 15 years ago
parent
commit
edd43c9593
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -2590,7 +2590,7 @@ for thread in $THREADS_LIST; do
done

check_lib math.h sin -lm
check_lib va/va.h vaInitialize -lva
disabled vaapi || check_lib va/va.h vaInitialize -lva

check_mathfunc exp2
check_mathfunc exp2f


Loading…
Cancel
Save