Changeset a48b31078719ddd3ee9890ccf66613043376408f
- Timestamp:
- 10/06/08 19:04:47
(4 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213117487 +0300
- git-parent:
[79489524037f62469bb9db74f442328351b294c9]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1213117352 +0300
- Message:
rtp: don't build unused directory
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf7d5f3e |
ra48b310 |
|
| 5909 | 5909 | modules/mux/Makefile |
|---|
| 5910 | 5910 | modules/mux/mpeg/Makefile |
|---|
| 5911 | | modules/mux/rtp/Makefile |
|---|
| 5912 | 5911 | modules/packetizer/Makefile |
|---|
| 5913 | 5912 | modules/services_discovery/Makefile |
|---|
| r5d6e797 |
ra48b310 |
|
| 1 | | SUBDIRS = mpeg rtp |
|---|
| | 1 | SUBDIRS = mpeg |
|---|
| 2 | 2 | SOURCES_mux_dummy = dummy.c |
|---|
| 3 | 3 | SOURCES_mux_avi = avi.c |
|---|
| rbf19c9e |
ra48b310 |
|
| 1133 | 1133 | modules/mux/mpjpeg.c |
|---|
| 1134 | 1134 | modules/mux/ogg.c |
|---|
| 1135 | | modules/mux/rtp/rtcp.c |
|---|
| 1136 | | modules/mux/rtp/rtcp.h |
|---|
| 1137 | | modules/mux/rtp/rtp.h |
|---|
| 1138 | 1135 | modules/mux/wav.c |
|---|
| 1139 | 1136 | modules/packetizer/copy.c |
|---|