Changeset 74e39ff5c2338562f55aba264ac70ed7f1b43e85
- Timestamp:
- 15/06/08 21:39:55
(4 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213558795 +0300
- git-parent:
[72fc2d9c9d87002fb29a508271759397157ad99f]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213558795 +0300
- Message:
Add build dependency
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4eea879 |
r74e39ff |
|
| 67 | 67 | librtp_plugin_la_LIBADD = $(AM_LIBADD) \ |
|---|
| 68 | 68 | $(top_builddir)/libs/srtp/libvlc_srtp.la |
|---|
| 69 | | librtp_plugin_la_DEPENDENCIES = |
|---|
| 70 | | |
|---|
| | 69 | librtp_plugin_la_DEPENDENCIES = \ |
|---|
| | 70 | $(top_builddir)/libs/srtp/libvlc_srtp.la |
|---|
| r72fc2d9 |
r74e39ff |
|
| 34 | 34 | libstream_out_rtp_plugin_la_LIBADD = $(AM_LIBADD) \ |
|---|
| 35 | 35 | $(top_builddir)/libs/srtp/libvlc_srtp.la |
|---|
| 36 | | libstream_out_rtp_plugin_la_DEPENDENCIES = |
|---|
| | 36 | libstream_out_rtp_plugin_la_DEPENDENCIES = \ |
|---|
| | 37 | $(top_builddir)/libs/srtp/libvlc_srtp.la |
|---|