Changeset 9f0dae38aedb4976a4e61cfd7b53975236702cf2

Show
Ignore:
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
  • configure.ac

    r120dd9b r9f0dae3  
    17631763  AC_DEFINE(ENABLE_SOUT, 1, Define if you want the stream output support) 
    17641764fi 
     1765AM_CONDITIONAL(ENABLE_SOUT, [test "${enable_sout}" != "no"]) 
    17651766 
    17661767AC_ARG_ENABLE(switcher, 
  • modules/Makefile.am

    rfa9abba r9f0dae3  
    1212    meta_engine \ 
    1313    misc \ 
    14     mux \ 
    1514    packetizer \ 
    1615    services_discovery \ 
    17     stream_out \ 
    1816    video_chroma \ 
    1917    video_filter \ 
    2018    video_output \ 
    2119    visualization 
     20EXTRA_SUBDIRS = \ 
     21    mux \ 
     22    stream_out 
     23if ENABLE_SOUT 
     24SUBDIRS += mux stream_out 
     25endif 
     26 
     27DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS) 
    2228 
    2329dist_noinst_SCRIPTS = genmf list.sh