Browse Source

deinterlace: compilation fix

pull/2/head
Felix Paul Kühne 15 years ago
parent
commit
0f0a2b2ed2
  1. 4
      modules/video_filter/deinterlace/merge.c

4
modules/video_filter/deinterlace/merge.c

@ -24,6 +24,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include <stdlib.h>
/* This handles including config.h, because the config
is already needed in the header. */
#include "merge.h"
@ -36,8 +38,6 @@
# include <altivec.h>
#endif
#include <stdint.h>
/*****************************************************************************
* Merge (line blending) routines
*****************************************************************************/

Loading…
Cancel
Save