changeset 5048:2f53b53385e2

libjpeg and loader conflict workaround
author pontscho
date Mon, 11 Mar 2002 20:13:45 +0000
parents 2c0b97e0293e
children e080a8d5019f
files libmpcodecs/vd_ijpg.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_ijpg.c	Mon Mar 11 09:24:09 2002 +0000
+++ b/libmpcodecs/vd_ijpg.c	Mon Mar 11 20:13:45 2002 +0000
@@ -6,6 +6,8 @@
 #include "mp_msg.h"
 
 #include <jpeglib.h>
+#define UINT16 IJPG_UINT16
+#define INT16 IJPG_INT16
 
 #include <setjmp.h>