Mercurial > mplayer.hg
comparison cfg-mplayer.h @ 32142:4614728cab25
build system: Merge all FFmpeg library checks into a single FFmpeg check.
There is little point in assuming that some parts of FFmpeg might be
available without the others. Plus, mixing and matching static and
shared FFmpeg libraries was never supported.
author | diego |
---|---|
date | Mon, 13 Sep 2010 18:19:25 +0000 |
parents | 184969a3a437 |
children | ed12c6f6abd8 |
comparison
equal
deleted
inserted
replaced
32141:2802b8095bf7 | 32142:4614728cab25 |
---|---|
21 | 21 |
22 /* | 22 /* |
23 * config for cfgparser | 23 * config for cfgparser |
24 */ | 24 */ |
25 | 25 |
26 #include <stddef.h> | |
26 #include "cfg-common.h" | 27 #include "cfg-common.h" |
27 #include "gui/interface.h" | 28 #include "gui/interface.h" |
28 #include "input/lirc.h" | 29 #include "input/lirc.h" |
29 #include "libmpcodecs/vd.h" | 30 #include "libmpcodecs/vd.h" |
30 #include "libmenu/menu.h" | 31 #include "libmenu/menu.h" |