Changeset f26a646b38f93d0386141ee760fab791697fa84b
- Timestamp:
- 03/05/08 20:59:27
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1204747167 +0200
- git-parent:
[62977ca46b92d769a7626605a7153f85ceb8bba5]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1204747167 +0200
- Message:
Remove --enable-rtmp.
We have enough --enable-foobar already.
RTMP does not have any dependency and is not huge.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5b2c271 |
rf26a646 |
|
| 1203 | 1203 | VLC_ADD_PLUGINS([wav araw subtitle vobsub adpcm a52sys dtssys au ty voc xa nuv smf]) |
|---|
| 1204 | 1204 | VLC_ADD_PLUGINS([access_directory access_file access_udp access_tcp]) |
|---|
| 1205 | | VLC_ADD_PLUGINS([access_http access_mms access_ftp]) |
|---|
| | 1205 | VLC_ADD_PLUGINS([access_http access_mms access_ftp access_rtmp]) |
|---|
| 1206 | 1206 | VLC_ADD_PLUGINS([access_filter_bandwidth]) |
|---|
| 1207 | 1207 | VLC_ADD_PLUGINS([packetizer_mpegvideo packetizer_h264]) |
|---|
| … | … | |
| 3306 | 3306 | if test "${enable_realrtsp}" = "yes"; then |
|---|
| 3307 | 3307 | VLC_ADD_PLUGINS([access_realrtsp]) |
|---|
| 3308 | | fi |
|---|
| 3309 | | |
|---|
| 3310 | | dnl |
|---|
| 3311 | | dnl RTMP plugin |
|---|
| 3312 | | dnl |
|---|
| 3313 | | AC_ARG_ENABLE(rtmp, |
|---|
| 3314 | | [ --enable-rtmp RTMP module (default disabled)]) |
|---|
| 3315 | | if test "${enable_rtmp}" = "yes"; then |
|---|
| 3316 | | VLC_ADD_PLUGINS([access_rtmp]) |
|---|
| 3317 | 3308 | fi |
|---|
| 3318 | 3309 | |
|---|