# HG changeset patch # User reimar # Date 1202418257 0 # Node ID f4c83afa0683ebfe60cf63975dde878fda6f0cae # Parent 1b30560b5b255efefc28f01269dbc2757b8667e4 Add aspect_fit declaration missing for w32_common. diff -r 1b30560b5b25 -r f4c83afa0683 libvo/aspect.h --- a/libvo/aspect.h Wed Feb 06 12:39:59 2008 +0000 +++ b/libvo/aspect.h Thu Feb 07 21:04:17 2008 +0000 @@ -19,5 +19,6 @@ #define A_NOZOOM 0 void aspect(int *srcw, int *srch, int zoom); +void aspect_fit(int *srcw, int *srch, int fitw, int fith); #endif /* ASPECT_H */