Mercurial > mplayer.hg
comparison configure @ 17731:a3dd033ec92e
sync to x264 r457 (direct_pred=3)
author | lorenm |
---|---|
date | Sun, 05 Mar 2006 07:23:12 +0000 |
parents | 018f1478418a |
children | 4c4f5c73c152 |
comparison
equal
deleted
inserted
replaced
17730:a0d4f253e82b | 17731:a3dd033ec92e |
---|---|
6386 | 6386 |
6387 echocheck "x264" | 6387 echocheck "x264" |
6388 cat > $TMPC << EOF | 6388 cat > $TMPC << EOF |
6389 #include <inttypes.h> | 6389 #include <inttypes.h> |
6390 #include <x264.h> | 6390 #include <x264.h> |
6391 #if X264_BUILD < 43 | 6391 #if X264_BUILD < 45 |
6392 #error We do not support old versions of x264. Get the latest from SVN. | 6392 #error We do not support old versions of x264. Get the latest from SVN. |
6393 #endif | 6393 #endif |
6394 int main(void) { x264_encoder_open((void*)0); return 0; } | 6394 int main(void) { x264_encoder_open((void*)0); return 0; } |
6395 EOF | 6395 EOF |
6396 _ld_x264="$_ld_x264 -lx264 $_ld_pthread" | 6396 _ld_x264="$_ld_x264 -lx264 $_ld_pthread" |