From cd60edea62f35966d0ce54cc51133f1d6ea3931d Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 24 May 2001 23:15:40 +0000 Subject: Add new gui_data_exchange property: GUI_DATA_EX_DRAWABLE_CHANGED, it inform video driver about the new drawable to use. Use pthread_exit(NULL) at end of threads. Add extra checks in stream detection in demux_mpeg.c about mpeg1 support only. CVS patchset: 80 CVS date: 2001/05/24 23:15:40 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0504c3696..ede40b13b 100644 --- a/configure.in +++ b/configure.in @@ -214,7 +214,7 @@ AC_TRY_CFLAGS("-fschedule-insns2", f_si="-fschedule-insns2", f_si="") AC_TRY_CFLAGS("-mwide-multiply", m_wm="-mwide-multiply", m_wm="") dnl Common cflags for all platforms -COMMON_CFLAGS="-Wall -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE" +COMMON_CFLAGS="-Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE" enable_w32dll="no" -- cgit v1.2.3