mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
XviD math lib missed - patch by <ismail.donmez@boun.edu.tr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11496 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c2804766fc
commit
2029eb17eb
2
configure
vendored
2
configure
vendored
@ -4967,7 +4967,7 @@ cat > $TMPC << EOF
|
||||
#include <xvid.h>
|
||||
int main(void) { xvid_init(0, 0, 0, 0); return 0; }
|
||||
EOF
|
||||
_ld_xvid="$_ld_xvid -lxvidcore"
|
||||
_ld_xvid="$_ld_xvid -lxvidcore -lm"
|
||||
if test "$_xvid" != no && cc_check $_inc_xvid $_ld_xvid ; then
|
||||
_xvid=yes
|
||||
_def_xvid3='#define HAVE_XVID3 1'
|
||||
|
Loading…
Reference in New Issue
Block a user