diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-13 05:02:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-13 05:02:25 +0000 |
commit | 5cfacd8d2a5a8ad78fc602433b5355192da3bae4 (patch) | |
tree | 33d927cb946129fc2b9bba2fd10ad8e93a6557b3 /multimedia/mplayer/files/patch-ad | |
parent | - Update to 0.0.20050612 (diff) |
- Update detect support for x264
Notes
Notes:
svn path=/head/; revision=137389
Diffstat (limited to 'multimedia/mplayer/files/patch-ad')
-rw-r--r-- | multimedia/mplayer/files/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/files/patch-ad b/multimedia/mplayer/files/patch-ad index b45e89548c13..47d4c8fd3541 100644 --- a/multimedia/mplayer/files/patch-ad +++ b/multimedia/mplayer/files/patch-ad @@ -157,7 +157,7 @@ #include <inttypes.h> #include <x264.h> -#if X264_BUILD < 22 -+#if X264_BUILD < 28 ++#if X264_BUILD < 29 #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; } |