diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-20 09:33:23 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-20 09:33:23 +0000 |
commit | e596901a4057d02461c950b80333abcd570c74cc (patch) | |
tree | 30549becd5308b1fb16fb96f0e8816e1572371db /src/libw32dll/wine/config.h | |
parent | 3c45bc280968fb274210160c5ecece60757e57c0 (diff) | |
download | xine-lib-e596901a4057d02461c950b80333abcd570c74cc.tar.gz xine-lib-e596901a4057d02461c950b80333abcd570c74cc.tar.bz2 |
Indeo Video 4.1 and 5.0 format fixed (by importing the Event/Semaphore
implementation from avifile/mplayer). Indeo Video 3.2/4.1/5.0 should work
now. (Indeo Video 3.1 may work, too but this format still has problems in
the AVI demuxer)
TSC based QueryPerformanceCounter() for x86 CPUs that have such a counter.
CVS patchset: 672
CVS date: 2001/09/20 09:33:23
Diffstat (limited to 'src/libw32dll/wine/config.h')
-rw-r--r-- | src/libw32dll/wine/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libw32dll/wine/config.h b/src/libw32dll/wine/config.h index 55a8c5ea6..13f388026 100644 --- a/src/libw32dll/wine/config.h +++ b/src/libw32dll/wine/config.h @@ -2,11 +2,18 @@ * FIXME: this file should be removed, but to do that * we need all these tests and checks in our * configure.in + * + * jk: Hmm, all the tests and checks _are_ in xine's main config.h now, and + * the libw32dll source compiles for me on linux, freebsd and solaris (with + * this file removed, or with a direct include of "../../config.h"). So, why + * do we still need this pre-configured (for a linux box?) config.h file ??? */ #if 0 #include "../../config.h" #else +#warning using obsolete config information which might not be correct for your system! + /* include/config.h. Generated automatically by configure. */ /* include/config.h.in. Generated automatically from configure.in by autoheader. */ |