Changeset 698d753f31a1aa0338a04d369c890163a690621b
- Timestamp:
- 04/13/08 18:40:47
(4 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1208104847 +0200
- git-parent:
[7c57276ba8134f628b660a3c75df52386331db2d]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1208097486 +0200
- Message:
Don't build dynamicoverlay for Win32 (either using mingw32 or mingwce).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r01a95e7 |
r698d753 |
|
| 1201 | 1201 | VLC_ADD_PLUGINS([mpgv mpga m4v m4a h264 vc1 demux_cdg cdg ps pva avi asf mp4 rawdv rawvid nsv real aiff mjpeg demuxdump flacsys tta]) |
|---|
| 1202 | 1202 | VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec subsusf t140 dvbsub cc mpeg_audio lpcm a52 dts cinepak flac]) |
|---|
| 1203 | | VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise grain extract sharpen seamcarving croppadd dynamicoverlay blendbench]) |
|---|
| | 1203 | VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise grain extract sharpen seamcarving croppadd blendbench]) |
|---|
| 1204 | 1204 | VLC_ADD_PLUGINS([converter_fixed mono]) |
|---|
| 1205 | 1205 | VLC_ADD_PLUGINS([trivial_resampler ugly_resampler]) |
|---|
| … | … | |
| 1241 | 1241 | if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then |
|---|
| 1242 | 1242 | VLC_ADD_PLUGINS([screensaver motion]) |
|---|
| | 1243 | VLC_ADD_PLUGINS([dynamicoverlay]) |
|---|
| 1243 | 1244 | elif test "${SYS}" != "mingwce"; then |
|---|
| 1244 | 1245 | VLC_ADD_PLUGINS([ntservice access_smb dmo msn]) |
|---|