Changeset e54cc504833e241107edd85a568338e6c3fbdccf
- Timestamp:
- 14/05/07 14:23:55
(2 years ago)
- Author:
- Damien Fouilleul <damienf@videolan.org>
- git-committer:
- Damien Fouilleul <damienf@videolan.org> 1179145435 +0000
- git-parent:
[dde6aaf8b903c6b73e773f44cdbf2a62dd77cdde]
- git-author:
- Damien Fouilleul <damienf@videolan.org> 1179145435 +0000
- Message:
vout: merged all Microsoft Windows specific vouts under msw directory in order to leverage common event handling
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0247492 |
re54cc50 |
|
| 5917 | 5917 | modules/video_filter/Makefile |
|---|
| 5918 | 5918 | modules/video_output/Makefile |
|---|
| 5919 | | modules/video_output/directx/Makefile |
|---|
| | 5919 | modules/video_output/msw/Makefile |
|---|
| 5920 | 5920 | modules/video_output/qte/Makefile |
|---|
| 5921 | 5921 | modules/video_output/x11/Makefile |
|---|
| r648a16c |
re54cc50 |
|
| 6 | 6 | SOURCES_vout_sdl = sdl.c |
|---|
| 7 | 7 | SOURCES_svgalib = svgalib.c |
|---|
| 8 | | SOURCES_wingdi = wingdi.c |
|---|
| 9 | | SOURCES_wingapi = wingdi.c |
|---|
| 10 | 8 | SOURCES_mga = mga.c |
|---|
| 11 | 9 | SOURCES_hd1000v = hd1000v.cpp |
|---|