Mercurial > mplayer.hg
changeset 30181:2dc4bcb2793a
Remove pointless variable declaration from DirectFB check.
author | diego |
---|---|
date | Mon, 04 Jan 2010 22:32:28 +0000 |
parents | 189535169fa2 |
children | ab027cdbba31 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Jan 04 22:30:41 2010 +0000 +++ b/configure Mon Jan 04 22:32:28 2010 +0000 @@ -4138,7 +4138,7 @@ _directfb=no cat > $TMPC <<EOF #include <directfb.h> -int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } +int main(void) { DirectFBInit(0, 0); return 0; } EOF for _inc_tmp in "" -I/usr/local/include/directfb \ -I/usr/include/directfb -I/usr/local/include; do