[MPlayer-users] [PATCH] Re: configure problem before compiling
Jim Philips
jimmyc at speedfactory.net
Mon May 31 21:08:59 CEST 2004
On Monday 31 May 2004 08:38, adland wrote:
> --- main/cfg-common.h 2004-05-03 09:19:03.000000000 -0400
> +++ updated/cfg-common.h 2004-05-31 08:30:44.000000000 -0400
> @@ -133,8 +133,9 @@
> {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000,
> NULL}, {"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1,
> 6, NULL},
> {"format", &audio_output_format, CONF_TYPE_INT, CONF_RANGE, 0,
> 0x00002000, NULL},
> -
> +#ifdef USE_LIBA52
> {"a52drc", &a52_drc_level, CONF_TYPE_FLOAT, CONF_RANGE, 0, 1,
> NULL}, +#endif
>
> // ------------------------- codec/vfilter options --------------------
The patch to configure worked fine. But this patch is giving me trouble:
rebus at localhost:~$ patch -p0 < common.patch
patching file main/cfg-common.h
Hunk #1 FAILED at 133.
patch unexpectedly ends in middle of line
1 out of 1 hunk FAILED -- saving rejects to file main/cfg-common.h.rej
patch unexpectedly ends in middle of line
More information about the MPlayer-users
mailing list