summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-05-24 23:15:40 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-05-24 23:15:40 +0000
commitcd60edea62f35966d0ce54cc51133f1d6ea3931d (patch)
tree4a9a3c8aaac73c215bd706faae3b8527eaa5639d /configure.in
parentf2e7ffa88dedcd7ce06f89dc5eb96eb766af4bed (diff)
downloadxine-lib-cd60edea62f35966d0ce54cc51133f1d6ea3931d.tar.gz
xine-lib-cd60edea62f35966d0ce54cc51133f1d6ea3931d.tar.bz2
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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"