Changeset 9f0dae38aedb4976a4e61cfd7b53975236702cf2
- Timestamp:
- 04/28/08 22:04:33
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1209413073 +0300
- git-parent:
[120dd9b46e1ee53c32706b465d5eec1f0d859f52]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1209413073 +0300
- Message:
Don't bother with mux/ and stream_out/ is sout is disabled
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r120dd9b |
r9f0dae3 |
|
| 1763 | 1763 | AC_DEFINE(ENABLE_SOUT, 1, Define if you want the stream output support) |
|---|
| 1764 | 1764 | fi |
|---|
| | 1765 | AM_CONDITIONAL(ENABLE_SOUT, [test "${enable_sout}" != "no"]) |
|---|
| 1765 | 1766 | |
|---|
| 1766 | 1767 | AC_ARG_ENABLE(switcher, |
|---|
| rfa9abba |
r9f0dae3 |
|
| 12 | 12 | meta_engine \ |
|---|
| 13 | 13 | misc \ |
|---|
| 14 | | mux \ |
|---|
| 15 | 14 | packetizer \ |
|---|
| 16 | 15 | services_discovery \ |
|---|
| 17 | | stream_out \ |
|---|
| 18 | 16 | video_chroma \ |
|---|
| 19 | 17 | video_filter \ |
|---|
| 20 | 18 | video_output \ |
|---|
| 21 | 19 | visualization |
|---|
| | 20 | EXTRA_SUBDIRS = \ |
|---|
| | 21 | mux \ |
|---|
| | 22 | stream_out |
|---|
| | 23 | if ENABLE_SOUT |
|---|
| | 24 | SUBDIRS += mux stream_out |
|---|
| | 25 | endif |
|---|
| | 26 | |
|---|
| | 27 | DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS) |
|---|
| 22 | 28 | |
|---|
| 23 | 29 | dist_noinst_SCRIPTS = genmf list.sh |
|---|