Changeset a90eb78daf580157cdedca4ac54a6ea0e9f34fd0
- Timestamp:
- 01/11/03 22:50:01
(5 years ago)
- Author:
- Laurent Aimar <fenrir@videolan.org>
- git-committer:
- Laurent Aimar <fenrir@videolan.org> 1067723401 +0000
- git-parent:
[942d48852ca6848c9b8f8de5dc982a0eb7d2cf6a]
- git-author:
- Laurent Aimar <fenrir@videolan.org> 1067723401 +0000
- Message:
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3b9cfe3 |
ra90eb78 |
|
| 1 | 1 | dnl Autoconf settings for vlc |
|---|
| 2 | | dnl $Id: configure.ac,v 1.100 2003/10/28 20:34:41 hartman Exp $ |
|---|
| | 2 | dnl $Id: configure.ac,v 1.101 2003/11/01 21:50:00 fenrir Exp $ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | AC_INIT(vlc,0.6.3-cvs) |
|---|
| … | … | |
| 1062 | 1062 | AX_ADD_PLUGINS([packetizer_copy]) |
|---|
| 1063 | 1063 | |
|---|
| 1064 | | AX_ADD_PLUGINS([stream_out_dummy stream_out_standard stream_out_es]) |
|---|
| | 1064 | AX_ADD_PLUGINS([stream_out_dummy stream_out_standard stream_out_es stream_out_rtp]) |
|---|
| 1065 | 1065 | AX_ADD_PLUGINS([stream_out_duplicate stream_out_display stream_out_gather]) |
|---|
| 1066 | 1066 | |
|---|
| r876e2bb |
ra90eb78 |
|
| 8 | 8 | SOURCES_stream_out_display = display.c |
|---|
| 9 | 9 | SOURCES_stream_out_gather = gather.c |
|---|
| | 10 | SOURCES_stream_out_rtp = rtp.c |
|---|