[MPlayer-cvslog] CVS: main configure,1.963,1.964
Loren Merritt CVS
syncmail at mplayerhq.hu
Fri Feb 18 04:55:29 CET 2005
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.15,1.16
- Next message: [MPlayer-cvslog] CVS: main/libfaad2/codebook hcb.h, 1.2, 1.3 hcb_1.h, 1.2, 1.3 hcb_10.h, 1.2, 1.3 hcb_11.h, 1.2, 1.3 hcb_2.h, 1.2, 1.3 hcb_3.h, 1.2, 1.3 hcb_4.h, 1.2, 1.3 hcb_5.h, 1.2, 1.3 hcb_6.h, 1.2, 1.3 hcb_7.h, 1.2, 1.3 hcb_8.h, 1.2, 1.3 hcb_9.h, 1.2, 1.3 hcb_sf.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Loren Merritt CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv12860
Modified Files:
configure
Log Message:
Move x264 version check into configure.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.963
retrieving revision 1.964
diff -u -r1.963 -r1.964
--- configure 6 Feb 2005 20:56:16 -0000 1.963
+++ configure 18 Feb 2005 03:55:27 -0000 1.964
@@ -5906,6 +5906,9 @@
#include <stdint.h>
#include <stdarg.h>
#include <x264.h>
+#if X264_BUILD < 0x0010
+#error We do not support old versions of x264. Get the latest from SVN.
+#endif
int main(void) { x264_encoder_open((void*)0); return 0; }
EOF
_ld_x264="$_ld_x264 -lx264 $_ld_lm"
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.15,1.16
- Next message: [MPlayer-cvslog] CVS: main/libfaad2/codebook hcb.h, 1.2, 1.3 hcb_1.h, 1.2, 1.3 hcb_10.h, 1.2, 1.3 hcb_11.h, 1.2, 1.3 hcb_2.h, 1.2, 1.3 hcb_3.h, 1.2, 1.3 hcb_4.h, 1.2, 1.3 hcb_5.h, 1.2, 1.3 hcb_6.h, 1.2, 1.3 hcb_7.h, 1.2, 1.3 hcb_8.h, 1.2, 1.3 hcb_9.h, 1.2, 1.3 hcb_sf.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list