Commit 0f0a2b2e authored by Felix Paul Kühne's avatar Felix Paul Kühne

deinterlace: compilation fix

parent 2b58c0ef
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#include <stdlib.h>
/* This handles including config.h, because the config /* This handles including config.h, because the config
is already needed in the header. */ is already needed in the header. */
#include "merge.h" #include "merge.h"
...@@ -36,8 +38,6 @@ ...@@ -36,8 +38,6 @@
# include <altivec.h> # include <altivec.h>
#endif #endif
#include <stdint.h>
/***************************************************************************** /*****************************************************************************
* Merge (line blending) routines * Merge (line blending) routines
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment