Use $_target-pkg-config if available
[mplayer/kovensky.git] / cfg-mplayer-def.h
blob37c9f0896fe353be55c4d6733c59eaad23e0432f
1 static char* default_config=
2 "# Default options for Kovensky's MPlayer (http://kovensky.project357.com)\n"
3 "# Manual available at http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html\n"
4 "fontconfig=1\n"
5 "embeddedfonts=1\n"
6 "ass=1\n"
7 "font=Arial\n\n"
9 "# vo=directx is the default for pre-Vista OSes\n"
10 "# vo=gl:yuv=2 is the default for Vista+\n\n"
12 "# h264fast enables 'fast' only for H.264,\n"
13 "# the only codec where it doesn't look bad\n"
14 "lavdopts=h264fast=1\n\n"
16 "# Needs -vo direct3d or -vo gl\n"
17 "# Makes the DVD menu selection follow the mouse\n"
18 "mouse-movements=1\n\n"
20 "# 'direct rendering' is useless and only causes problems\n"
21 "dr=0\n\n"
23 "# Allows taking screenshots with 's'\n"
24 "vf=screenshot\n\n"
26 "# Enable colored console output\n"
27 "msgcolor=1\n"