Mercurial > mplayer.hg
changeset 29813:ae5c747e9a0a
Remove a pointless undeclared function reference, #error is assumed
to be enough to fail cc_check all over the place already.
author | reimar |
---|---|
date | Sun, 08 Nov 2009 15:41:40 +0000 |
parents | 54aafbe45eb4 |
children | 3ba8ad9fef27 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Nov 08 15:39:54 2009 +0000 +++ b/configure Sun Nov 08 15:41:40 2009 +0000 @@ -5375,7 +5375,6 @@ int main(void) { #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) #error kernel headers too old, need 2.6.22 - bad_kernel_version(); #endif struct v4l2_ext_controls ctrls; ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG;