Mercurial > mplayer.hg
comparison configure @ 18207:a08a78145d9b
sync to x264 r503 (dct_decimate)
patch by Guillaume Poirier.
author | lorenm |
---|---|
date | Sat, 22 Apr 2006 19:30:57 +0000 |
parents | 07fad66caa44 |
children | 880d7105d452 |
comparison
equal
deleted
inserted
replaced
18206:4bc744cb60e7 | 18207:a08a78145d9b |
---|---|
6356 | 6356 |
6357 echocheck "x264" | 6357 echocheck "x264" |
6358 cat > $TMPC << EOF | 6358 cat > $TMPC << EOF |
6359 #include <inttypes.h> | 6359 #include <inttypes.h> |
6360 #include <x264.h> | 6360 #include <x264.h> |
6361 #if X264_BUILD < 45 | 6361 #if X264_BUILD < 46 |
6362 #error We do not support old versions of x264. Get the latest from SVN. | 6362 #error We do not support old versions of x264. Get the latest from SVN. |
6363 #endif | 6363 #endif |
6364 int main(void) { x264_encoder_open((void*)0); return 0; } | 6364 int main(void) { x264_encoder_open((void*)0); return 0; } |
6365 EOF | 6365 EOF |
6366 _ld_x264="$_ld_x264 -lx264 $_ld_pthread" | 6366 _ld_x264="$_ld_x264 -lx264 $_ld_pthread" |