Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Mon, 03 Mar 2008 09:47:01 +0000 | diego | #include osdep/mman.h if sys/mman.h is not available. |
Mon, 03 Mar 2008 03:02:36 +0000 | uau | configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally |
Sun, 02 Mar 2008 19:38:50 +0000 | diego | Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately |
Sat, 01 Mar 2008 20:09:22 +0000 | reimar | Fix comment, qclp fourcc is Qclp not QCLP |
Sat, 01 Mar 2008 12:35:07 +0000 | Gabrov | synced with r26138 |
Sat, 01 Mar 2008 10:48:29 +0000 | diego | Fix illegal identifiers starting with _ and capital letters. |
Sat, 01 Mar 2008 10:31:51 +0000 | diego | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. |
Sat, 01 Mar 2008 10:16:43 +0000 | diego | Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check. |