[MPlayer-dev-eng] [PATCH] require latest version of x264
- Date: Mon, 09 Jun 2008 09:55:32 +0200
- From: Guillaume Poirier <gpoirier@xxxxxxxxxxxx>
- Subject: [MPlayer-dev-eng] [PATCH] require latest version of x264
Hello folks,
The attached patch allows to prevent building MEncoder with an outdated
version of x264.
Old version are problematic because the API of x264 evolves without
preserving backward compability.
Actually, this isn't much of a problem for MEncoder since it uses x264's
options parsing and setting. The problem is more on libavcodec's since,
since it has its own.
Guillaume
Index: configure
===================================================================
--- configure (revision 26995)
+++ configure (working copy)
@@ -6589,7 +6589,7 @@
cat > $TMPC << EOF
#include <inttypes.h>
#include <x264.h>
-#if X264_BUILD < 53
+#if X264_BUILD < 59
#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; }
_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng