diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-28 01:28:10 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-28 01:28:10 +0000 |
| commit | 596bada7527edc65502fc7f3f52535d3e92554ba (patch) | |
| tree | 453d95e3930c0a52cdd99e8b7b4c1f36ed58d2df /src/video_out | |
| parent | e0dafdff5dc592fb47151894a6db3ce0ae045e26 (diff) | |
| download | xine-lib-596bada7527edc65502fc7f3f52535d3e92554ba.tar.gz xine-lib-596bada7527edc65502fc7f3f52535d3e92554ba.tar.bz2 | |
use thread compliant signal handling. Fixed deadlock in xine_stop().
Fixed elementary demuxer (and perhaps mpgaudio too). Fix some
code error in ac3/xine_decoder.c.
CVS patchset: 87
CVS date: 2001/05/28 01:28:10
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 179e1e263..03eeda614 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -36,7 +36,7 @@ noinst_HEADERS = yuv2rgb.h video_out_syncfb.h include_HEADERS = video_out_x11.h debug: - $(MAKE) CFLAGS="$(DEBUG_CFLAGS)" + $(MAKE) CFLAGS="$(DEBUG_CFLAGS) -DXINE_COMPILE" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
