Mercurial > mplayer.hg
changeset 13846:334a9a0192c7
enable vcd support on all based darwin system
author | nplourde |
---|---|
date | Mon, 01 Nov 2004 22:13:36 +0000 |
parents | fda0ac313e8d |
children | 939ec0981090 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Nov 01 20:49:18 2004 +0000 +++ b/configure Mon Nov 01 22:13:36 2004 +0000 @@ -4570,7 +4570,7 @@ echocheck "VCD support" -if linux || bsdos || freebsd || netbsd || sunos || (darwin && ppc) ; then +if linux || bsdos || freebsd || netbsd || sunos || darwin ; then _inputmodules="vcd $_inputmodules" _def_vcd='#define HAVE_VCD 1' echores "ok"