diff options
author | ahze <ahze@FreeBSD.org> | 2005-06-13 13:02:25 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-06-13 13:02:25 +0800 |
commit | c7492cd82ac84bdf7fa90490bb78d7f6223cd0ad (patch) | |
tree | ae7c7d2a98a4b7da176a419f7bfb31b2b75bf15b /multimedia | |
parent | b1462ec92f2d89216202612ee83804ba57f98ce3 (diff) | |
download | freebsd-ports-gnome-c7492cd82ac84bdf7fa90490bb78d7f6223cd0ad.tar.gz freebsd-ports-gnome-c7492cd82ac84bdf7fa90490bb78d7f6223cd0ad.tar.zst freebsd-ports-gnome-c7492cd82ac84bdf7fa90490bb78d7f6223cd0ad.zip |
- Update detect support for x264
Diffstat (limited to 'multimedia')
-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; } |