summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/deinterlace.c
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2003-09-24 06:46:43 +0000
committerRobin KAY <komadori@users.sourceforge.net>2003-09-24 06:46:43 +0000
commita8c1408ff4d5cd298ea7f3fbf3a1ce5e81729090 (patch)
tree3b3dbd15be52e87274e9dd7659cdb33f96502fa2 /src/post/deinterlace/deinterlace.c
parent283389bd19123e650fe06b96c54e8f9e0c2ae029 (diff)
downloadxine-lib-a8c1408ff4d5cd298ea7f3fbf3a1ce5e81729090.tar.gz
xine-lib-a8c1408ff4d5cd298ea7f3fbf3a1ce5e81729090.tar.bz2
Use inttypes.h or stdint.h as appropriate.
CVS patchset: 5411 CVS date: 2003/09/24 06:46:43
Diffstat (limited to 'src/post/deinterlace/deinterlace.c')
-rw-r--r--src/post/deinterlace/deinterlace.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/post/deinterlace/deinterlace.c b/src/post/deinterlace/deinterlace.c
index 75a5dfe51..823ae12fa 100644
--- a/src/post/deinterlace/deinterlace.c
+++ b/src/post/deinterlace/deinterlace.c
@@ -16,9 +16,14 @@
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <dlfcn.h>
#include <stdio.h>
#include <stdlib.h>
+
#include "deinterlace.h"
typedef struct methodlist_item_s methodlist_item_t;