Changeset 8124e6f90ee92675671525d30fd0cb0a1bf1ccc5
- Timestamp:
- 06/30/08 22:39:27
(2 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1214858367 +0200
- git-parent:
[7cf574445a92ad4be1d237beff532c545f291766]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1214858353 +0200
- Message:
Here too.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r74e39ff |
r8124e6f |
|
| 22 | 22 | libstream_out_display_plugin.la \ |
|---|
| 23 | 23 | libstream_out_gather_plugin.la \ |
|---|
| 24 | | libstream_out_rtp_plugin.la \ |
|---|
| 25 | 24 | libstream_out_bridge_plugin.la \ |
|---|
| 26 | 25 | libstream_out_mosaic_bridge_plugin.la \ |
|---|
| … | … | |
| 28 | 27 | $(NULL) |
|---|
| 29 | 28 | |
|---|
| | 29 | if HAVE_LIBGCRYPT |
|---|
| 30 | 30 | # RTP plugin |
|---|
| | 31 | libvlc_LTLIBRARIES += \ |
|---|
| | 32 | libstream_out_rtp_plugin.la |
|---|
| 31 | 33 | libstream_out_rtp_plugin_la_SOURCES = \ |
|---|
| 32 | 34 | rtp.c rtp.h rtpfmt.c rtcp.c rtsp.c |
|---|
| … | … | |
| 36 | 38 | libstream_out_rtp_plugin_la_DEPENDENCIES = \ |
|---|
| 37 | 39 | $(top_builddir)/libs/srtp/libvlc_srtp.la |
|---|
| | 40 | endif |
|---|