options: --pphelp: fix after libpostproc version change
commitd33f7cf6f21c991ed6ef89f710f11bdc25e4a525
authorUoti Urpala <uau@mplayer2.org>
Sun, 4 Sep 2011 18:34:11 +0000 (4 21:34 +0300)
committerUoti Urpala <uau@mplayer2.org>
Sun, 4 Sep 2011 18:34:11 +0000 (4 21:34 +0300)
tree754433fbaa5ee467f190a155516a7804304cdc69
parent89b37a32dabc456f35a8e3d828a22861bd292ca8
options: --pphelp: fix after libpostproc version change

The last libpostproc major version change from 51 to 52 changed the
type of the "pp_help" symbol from a pointer to help text to the help
text itself. This made --pphelp crash. Change the option definition to
match the new type. This probably makes it crash if compiled against
older libpostproc, but the option is not important enough to try
supporting that (I've seen no reports of the crash, probably people
just don't use the option).
cfg-mplayer.h