Changeset 2c8eb4055b364e22237ac022aef2a307a22e6cd7
- Timestamp:
- 09/18/03 18:46:02
(5 years ago)
- Author:
- Loïc Minier <lool@videolan.org>
- git-committer:
- Loïc Minier <lool@videolan.org> 1063903562 +0000
- git-parent:
[30550aa6972fcb07880d1c9d441cb7c28f2c5671]
- git-author:
- Loïc Minier <lool@videolan.org> 1063903562 +0000
- Message:
- modules/LIST, modules/video_output/Modules.am: removed references to
deleted file encoder.c
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| reba02c6 |
r2c8eb40 |
|
| 1 | 1 | List of vlc plugins (221) |
|---|
| 2 | | $Id: LIST,v 1.11 2003/08/29 16:56:43 zorglub Exp $ |
|---|
| | 2 | $Id: LIST,v 1.12 2003/09/18 16:46:02 lool Exp $ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | * a52: A/52 basic parser |
|---|
| … | … | |
| 426 | 426 | * vout_directx: video output module using the DirectX API. |
|---|
| 427 | 427 | |
|---|
| 428 | | * vout_encoder: Encoder plugin |
|---|
| 429 | | |
|---|
| 430 | 428 | * vout_sdl: video output module using the SDL library. |
|---|
| 431 | 429 | |
|---|
| rfe17002 |
r2c8eb40 |
|
| 6 | 6 | SOURCES_svgalib = svgalib.c |
|---|
| 7 | 7 | SOURCES_wingdi = wingdi.c |
|---|
| 8 | | SOURCES_vout_encoder = encoder.c |
|---|