diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-22 06:11:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-22 06:11:11 +0000 |
commit | f0b0ed72c71f3f7e38e20b02ca52dbc574a7d0a3 (patch) | |
tree | 226de23ce10fff1db94c2d353954e621dc033840 /graphics/mplayer/files/patch-ac | |
parent | New port: (diff) |
New Port:
This is the port of mplayer, a project which has the effort
to become a very stable and useful movie player.
It is based on the windows codec compilation and
provides the ability to play many formats
in a very good quality without much CPU comsumption.
WWW: http://mplayer.sourceforge.net
PR: 29944
Submitted by: riggs@f113.hadiko.de
Diffstat (limited to 'graphics/mplayer/files/patch-ac')
-rw-r--r-- | graphics/mplayer/files/patch-ac | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/mplayer/files/patch-ac b/graphics/mplayer/files/patch-ac new file mode 100644 index 000000000000..88ba8cb70b7e --- /dev/null +++ b/graphics/mplayer/files/patch-ac @@ -0,0 +1,19 @@ +*** ../MPlayer-0.18pre5.old/loader/config.h Sat Feb 24 22:30:26 2001 +--- loader/config.h Fri Aug 17 10:14:46 2001 +*************** +*** 56,62 **** + #define HAVE_LIMITS_H 1 + + /* Define if you have the <malloc.h> header file. */ +! #define HAVE_MALLOC_H 1 + + /* Define if you have the <sys/ioctl.h> header file. */ + #define HAVE_SYS_IOCTL_H 1 +--- 56,62 ---- + #define HAVE_LIMITS_H 1 + + /* Define if you have the <malloc.h> header file. */ +! /* #undef HAVE_MALLOC_H */ + + /* Define if you have the <sys/ioctl.h> header file. */ + #define HAVE_SYS_IOCTL_H 1 |